X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=325162edd9070916468012b541a6cbdf16908b5d;hb=52b83a9dbb2b7823d5f78781f5948dfd8d77d50b;hp=b7f8861c2c0a3141fb1a0e36cf324437e06c3cd5;hpb=74cb09bb2cc4832463a57743b1495eef24237d2a;p=chaz%2Fopenbox diff --git a/src/client.hh b/src/client.hh index b7f8861c..325162ed 100644 --- a/src/client.hh +++ b/src/client.hh @@ -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 /*!