diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-11 18:13:12 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-11 18:13:12 -0500 |
| commit | 2b80e4e8ef56bb4fba614139601e750344418e5b (patch) | |
| tree | 1dd720f6fa3b3ff489819d12fc2832e84185814a /openbox/window.h | |
| parent | 6133bbd5f732622d8d5650d262413429c38af842 (diff) | |
ignore mouse clicks on override-redirect windows that aren't owned by openbox
Diffstat (limited to 'openbox/window.h')
| -rw-r--r-- | openbox/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/window.h b/openbox/window.h index aaf83995..a172cfce 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -32,7 +32,8 @@ typedef enum { Window_Dock, Window_DockApp, /* used for events but not stacking */ Window_Client, - Window_Internal /* used for stacking but not events */ + Window_Internal /* used for stacking but not events (except to filter + events on the root window) */ } Window_InternalType; struct _ObWindow |
