summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 09:27:50 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 09:27:50 +0000
commitfdb4e652f7b196eacc4f942d403910400087ce2a (patch)
tree02bd424ce85914297e37a7cc3b7d74f964877e98 /src/client.hh
parentaef2ab758da67369e365c8d59c6242fa58b9e5b2 (diff)
move the approproate code for map request handling to the client class. this will deiconify the window when requested.
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh1
1 files changed, 1 insertions, 0 deletions
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