set the eventmask on frame windows again..

This commit is contained in:
Dana Jansens 2007-04-24 00:07:28 +00:00
parent 268c87ed9e
commit 3993847dd4

View file

@ -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;