diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-11 11:25:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-11 11:25:40 +0000 |
| commit | c4a1fac49da32250dc4567880b385feb7feaa908 (patch) | |
| tree | cd0d1358e70e3bc5db442e30adff3c37ef222403 /src/client.hh | |
| parent | 24dd636f7318b0d21637aa7ffe253fe0ebf71f24 (diff) | |
manages windows that exist before running.
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 6 |
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; |
