diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-05 13:45:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-05 13:45:00 +0000 |
| commit | 52cb7bd11ed83a57c4c1affcdac8a1f7d68ae551 (patch) | |
| tree | 5fe2e0800338abb2481d6c370a957c7216eac019 /src/rootwindow.hh | |
| parent | 1cfc76577db97606893c1f238d589f4cd3f52d7a (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.hh | 1 |
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); }; } |
