]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
keep a queue of press/releases and the positions, so that the first motion event...
[chaz/openbox] / src / client.hh
index 9c0bd7d4402272bdb2b0523d18cbd11f9c033285..e07ce12df32c1e955f2075abdf1ad99641730944 100644 (file)
@@ -130,7 +130,8 @@ public:
   };
 
   //! The event mask to grab on client windows
-  static const long event_mask = PropertyChangeMask | FocusChangeMask;
+  static const long event_mask = PropertyChangeMask | FocusChangeMask |
+                                 StructureNotifyMask;
 
   //! The number of unmap events to ignore on the window
   int ignore_unmaps;
@@ -415,12 +416,11 @@ public:
   inline const otk::Rect &area() const { return _area; }
 
   virtual void propertyHandler(const XPropertyEvent &e);
-
   virtual void clientMessageHandler(const XClientMessageEvent &e);
-
   virtual void shapeHandler(const XShapeEvent &e);
-  
   virtual void configureRequestHandler(const XConfigureRequestEvent &e);
+  virtual void unmapHandler(const XUnmapEvent &e);
+  virtual void destroyHandler(const XDestroyWindowEvent &e);
 };
 
 }
This page took 0.024253 seconds and 4 git commands to generate.