diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 09:27:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 09:27:50 +0000 |
| commit | fdb4e652f7b196eacc4f942d403910400087ce2a (patch) | |
| tree | 02bd424ce85914297e37a7cc3b7d74f964877e98 /src/rootwindow.hh | |
| parent | aef2ab758da67369e365c8d59c6242fa58b9e5b2 (diff) | |
move the approproate code for map request handling to the client class. this will deiconify the window when requested.
Diffstat (limited to 'src/rootwindow.hh')
| -rw-r--r-- | src/rootwindow.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rootwindow.hh b/src/rootwindow.hh index 5ff386e1..241b35c3 100644 --- a/src/rootwindow.hh +++ b/src/rootwindow.hh @@ -65,7 +65,7 @@ public: virtual void propertyHandler(const XPropertyEvent &e); virtual void clientMessageHandler(const XClientMessageEvent &e); - virtual void mapRequestHandler(const XMapRequestEvent &); + virtual void mapRequestHandler(const XMapRequestEvent &e); }; } |
