summaryrefslogtreecommitdiff
path: root/src/rootwindow.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-04 01:04:31 +0000
committerDana Jansens <danakj@orodu.net>2002-12-04 01:04:31 +0000
commit9860b76c50e5ecacc85921539058eab4c655c38d (patch)
tree5587ac2eb155a2a22997132f4552ee979b29cfbb /src/rootwindow.hh
parent22bd294c7baed75a24b1df7cc423042c965acbdb (diff)
unmap works.. once
Diffstat (limited to 'src/rootwindow.hh')
-rw-r--r--src/rootwindow.hh13
1 files changed, 5 insertions, 8 deletions
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);
};
}