summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-11 11:25:40 +0000
committerDana Jansens <danakj@orodu.net>2002-11-11 11:25:40 +0000
commitc4a1fac49da32250dc4567880b385feb7feaa908 (patch)
treecd0d1358e70e3bc5db442e30adff3c37ef222403 /src/client.hh
parent24dd636f7318b0d21637aa7ffe253fe0ebf71f24 (diff)
manages windows that exist before running.
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client.hh b/src/client.hh
index b4e01eff..5ccf5fd5 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -119,9 +119,11 @@ public:
};
//! The event mask to grab on client windows
- static const long event_mask = PropertyChangeMask | FocusChangeMask |
- StructureNotifyMask;
+ static const long event_mask = PropertyChangeMask | FocusChangeMask;
+ //! The number of unmap events to ignore on the window
+ int ignore_unmaps;
+
private:
//! The screen number on which the client resides
int _screen;