]> Dogcows Code - chaz/openbox/blobdiff - engines/openbox/obengine.c
catch button presses on the frame so that clicks on the side borders dont go through...
[chaz/openbox] / engines / openbox / obengine.c
index 1ef502ae372a3be7c4b09bf0c163f2d365efa543..64e5123198e661771324d6a770c77169452edbea 100644 (file)
@@ -14,7 +14,8 @@
 #include <glib.h>
 
 #define PLATE_EVENTMASK (SubstructureRedirectMask | ButtonPressMask)
-#define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask)
+#define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask | \
+                         ButtonPressMask | ButtonReleaseMask)
 #define ELEMENT_EVENTMASK (ButtonPressMask | ButtonReleaseMask | \
                            ButtonMotionMask | ExposureMask)
 
This page took 0.020364 seconds and 4 git commands to generate.