set the eventmask on frame windows again..
This commit is contained in:
parent
268c87ed9e
commit
3993847dd4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue