diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-02 22:12:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-02 22:12:26 +0000 |
| commit | dca0c9f5a308e115ec308cdc8ca7987ff4fc0479 (patch) | |
| tree | 7c757e37e0e053fbbf9f9c26c0f9b3ef6b5964ff /src/client.hh | |
| parent | 74cb09bb2cc4832463a57743b1495eef24237d2a (diff) | |
add an OBRootWindow class that watches events/properties on root windows
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 6 |
1 files changed, 3 insertions, 3 deletions
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 /*! |
