]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
add an OBRootWindow class that watches events/properties on root windows
[chaz/openbox] / src / client.hh
index b7f8861c2c0a3141fb1a0e36cf324437e06c3cd5..325162edd9070916468012b541a6cbdf16908b5d 100644 (file)
@@ -434,11 +434,11 @@ public:
   //! Returns the position and size of the client relative to the root window
   inline const otk::Rect &area() const { return _area; }
 
-  virtual void propertyHandler(const XPropertyEvent &);
+  virtual void propertyHandler(const XPropertyEvent &e);
 
-  virtual void clientMessageHandler(const XClientMessageEvent &);
+  virtual void clientMessageHandler(const XClientMessageEvent &e);
 
-  virtual void shapeHandler(const XShapeEvent &);
+  virtual void shapeHandler(const XShapeEvent &e);
   
   //! Changes the stored positions and size of the OBClient window
   /*!
This page took 0.0213 seconds and 4 git commands to generate.