From 74cb09bb2cc4832463a57743b1495eef24237d2a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 2 Dec 2002 21:06:16 +0000 Subject: handle map events with the Openbox class --- src/openbox.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openbox.hh') 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 &); }; } -- cgit v1.2.3