diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-02 21:06:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-02 21:06:16 +0000 |
| commit | 74cb09bb2cc4832463a57743b1495eef24237d2a (patch) | |
| tree | 2c4e9903b52ecd3f508d9e847a768517054ae247 /src/openbox.hh | |
| parent | 1eb79b9a0d75f057a85d1a5d91658a3f96ae8152 (diff) | |
handle map events with the Openbox class
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index c810057f..8c2015f9 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -188,6 +188,8 @@ public: manager can be destroyed. */ inline void shutdown() { _doshutdown = true; } + + virtual void mapRequestHandler(const XMapRequestEvent &); }; } |
