diff options
-rw-r--r-- | resizeinfo.xml.in | 1 | ||||
-rw-r--r-- | src/resizeinfo.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/resizeinfo.xml.in b/resizeinfo.xml.in index 72167f2..2835347 100644 --- a/resizeinfo.xml.in +++ b/resizeinfo.xml.in @@ -13,6 +13,7 @@ <plugin>opengl</plugin> <plugin>composite</plugin> <plugin>resize</plugin> + <plugin>decor</plugin> </relation> </deps> <options> diff --git a/src/resizeinfo.cpp b/src/resizeinfo.cpp index f866479..1f2c8f3 100644 --- a/src/resizeinfo.cpp +++ b/src/resizeinfo.cpp @@ -446,7 +446,7 @@ void InfoScreen::handleEvent (XEvent *event) { switch (event->type) { - case ClientMessage: + case ClientMessage: if (event->xclient.message_type == resizeInfoAtom) { CompWindow *w; |