diff options
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; |
