summaryrefslogtreecommitdiff
path: root/src/rootwindow.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-05 13:45:00 +0000
committerDana Jansens <danakj@orodu.net>2002-12-05 13:45:00 +0000
commit52cb7bd11ed83a57c4c1affcdac8a1f7d68ae551 (patch)
tree5fe2e0800338abb2481d6c370a957c7216eac019 /src/rootwindow.hh
parent1cfc76577db97606893c1f238d589f4cd3f52d7a (diff)
PROPERLY HANDLE CLIENT BORDERS
PROPERLY HANDLE CLIENT GRAVITY YES!#%&*#!#! windows can be moved/resized now (and the frame will play along)!
Diffstat (limited to 'src/rootwindow.hh')
-rw-r--r--src/rootwindow.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rootwindow.hh b/src/rootwindow.hh
index 35cda699..d78f4ff7 100644
--- a/src/rootwindow.hh
+++ b/src/rootwindow.hh
@@ -62,7 +62,6 @@ public:
virtual void propertyHandler(const XPropertyEvent &e);
virtual void clientMessageHandler(const XClientMessageEvent &e);
virtual void mapRequestHandler(const XMapRequestEvent &);
- virtual void configureRequestHandler(const XConfigureRequestEvent &e);
};
}