]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
remove the redundant _size property in OBScreen, and set the geometry root property...
[chaz/openbox] / src / client.hh
index b4e01effe74b095e29fba7f39fe31e79ac9cc6fa..5ccf5fd51efd8c518bdd517bc3a5ef2859c13983 100644 (file)
@@ -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;
This page took 0.021645 seconds and 4 git commands to generate.