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/client.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index b64878ee..41ca3dd2 100644 --- a/src/client.hh +++ b/src/client.hh @@ -498,6 +498,7 @@ public: virtual void unmapHandler(const XUnmapEvent &e); virtual void destroyHandler(const XDestroyWindowEvent &e); virtual void reparentHandler(const XReparentEvent &e); + virtual void mapRequestHandler(const XMapRequestEvent &e); #if defined(SHAPE) virtual void shapeHandler(const XShapeEvent &e); #endif // SHAPE -- cgit v1.2.3