X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Fframe.c;h=eb223f64737e90ce0e0ef15eda752ba37081e48c;hb=ad852b6b56e43bdd7dda1389f54051cf92c0fad9;hp=d18a7aa4adb09ab32d711292dbeefb89945bac96;hpb=5316bc6c3e3329dc620cfd15d472ed5d376100f8;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index d18a7aa4..eb223f64 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -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;