summaryrefslogtreecommitdiff
path: root/src/rootwindow.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-02 23:03:41 +0000
committerDana Jansens <danakj@orodu.net>2002-12-02 23:03:41 +0000
commita77f0fb344978bb4dafd2ad4639f3de3e090bf7b (patch)
tree0ef049d0310e504bde3cd97b441198c5f92ceec2 /src/rootwindow.hh
parent958df7716291a1af680bf9d5432aa99f0b7cf644 (diff)
handle map requests with the root window class
Diffstat (limited to 'src/rootwindow.hh')
-rw-r--r--src/rootwindow.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rootwindow.hh b/src/rootwindow.hh
index 7879244d..7d0a9c82 100644
--- a/src/rootwindow.hh
+++ b/src/rootwindow.hh
@@ -56,6 +56,8 @@ public:
virtual void clientMessageHandler(const XClientMessageEvent &e);
+ virtual void mapRequestHandler(const XMapRequestEvent &);
+
//! Sets the name of a desktop
/*!
@param i The index of the desktop to set the name for (base 0)