X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=5ccf5fd51efd8c518bdd517bc3a5ef2859c13983;hb=0da967a8313bad4a9dbcca9b5c760bda32b7981f;hp=b4e01effe74b095e29fba7f39fe31e79ac9cc6fa;hpb=f424471009859c23309428e38002c29f4e4d2bc5;p=chaz%2Fopenbox 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;