From fdb4e652f7b196eacc4f942d403910400087ce2a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 09:27:50 +0000 Subject: move the approproate code for map request handling to the client class. this will deiconify the window when requested. --- src/rootwindow.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rootwindow.hh') 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); }; } -- cgit v1.2.3