summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh2
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 &);
};
}