diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-24 00:07:28 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-24 00:07:28 +0000 |
| commit | 3993847dd4142efc1c111c9d603465d9261c1999 (patch) | |
| tree | 538cf5274e608f224ad4419af016c6eeee0feb15 /openbox | |
| parent | 268c87ed9ebd9ce7c2ca0fe88eba79942786693d (diff) | |
set the eventmask on frame windows again..
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
