diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-02 23:03:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-02 23:03:41 +0000 |
| commit | a77f0fb344978bb4dafd2ad4639f3de3e090bf7b (patch) | |
| tree | 0ef049d0310e504bde3cd97b441198c5f92ceec2 /src/rootwindow.hh | |
| parent | 958df7716291a1af680bf9d5432aa99f0b7cf644 (diff) | |
handle map requests with the root window class
Diffstat (limited to 'src/rootwindow.hh')
| -rw-r--r-- | src/rootwindow.hh | 2 |
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) |
