From 9860b76c50e5ecacc85921539058eab4c655c38d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 01:04:31 +0000 Subject: unmap works.. once --- src/rootwindow.hh | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/rootwindow.hh') diff --git a/src/rootwindow.hh b/src/rootwindow.hh index 1dbfc04a..35cda699 100644 --- a/src/rootwindow.hh +++ b/src/rootwindow.hh @@ -52,20 +52,17 @@ public: //! Destroys the OBRootWindow object virtual ~OBRootWindow(); - virtual void propertyHandler(const XPropertyEvent &e); - - virtual void clientMessageHandler(const XClientMessageEvent &e); - - virtual void mapRequestHandler(const XMapRequestEvent &); - - virtual void configureRequestHandler(const XConfigureRequestEvent &e); - //! Sets the name of a desktop /*! @param i The index of the desktop to set the name for (base 0) @param name The name to set for the desktop */ void setDesktopName(int i, const std::string &name); + + virtual void propertyHandler(const XPropertyEvent &e); + virtual void clientMessageHandler(const XClientMessageEvent &e); + virtual void mapRequestHandler(const XMapRequestEvent &); + virtual void configureRequestHandler(const XConfigureRequestEvent &e); }; } -- cgit v1.2.3