]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
hm, that was a silly error. the propogate mask shouldnt get the Hint thing in it.
[chaz/openbox] / openbox / frame.c
index d18a7aa4adb09ab32d711292dbeefb89945bac96..bfbc7a9927fdd11fe928475c88062d8fbff3702e 100644 (file)
@@ -34,7 +34,7 @@
 #define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask | \
                          ButtonPressMask | ButtonReleaseMask)
 #define ELEMENT_EVENTMASK (ButtonPressMask | ButtonReleaseMask | \
-                           ButtonMotionMask | \
+                           ButtonMotionMask | PointerMotionHintMask | \
                            EnterWindowMask | LeaveWindowMask)
 
 #define FRAME_HANDLE_Y(f) (f->innersize.top + f->client->area.height + \
@@ -108,6 +108,7 @@ ObFrame *frame_new(ObClient *client)
 
     /* create the visible decor windows */
 
+    mask = CWEventMask;
     if (visual) {
         /* client has a 32-bit visual */
         mask |= CWColormap | CWBackPixel | CWBorderPixel;
This page took 0.024453 seconds and 4 git commands to generate.