From cb718e2ad931928389ab95cc71564ea8358e92fd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 27 Dec 2002 08:52:16 +0000 Subject: handle reparent events..hopefully :> --- 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 8f0dc4f1..d2a41dd7 100644 --- a/src/client.hh +++ b/src/client.hh @@ -448,6 +448,7 @@ public: virtual void configureRequestHandler(const XConfigureRequestEvent &e); virtual void unmapHandler(const XUnmapEvent &e); virtual void destroyHandler(const XDestroyWindowEvent &e); + virtual void reparentHandler(const XReparentEvent &e); }; } -- cgit v1.2.3