X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.hh;h=d2a41dd7254eb31f35c8ee4bd32fc6ddb6376018;hb=40f3dfbaadef7e5b008d320ab92d47dbb63db1a9;hp=8f0dc4f1d77cfdf020107e2e58af737d0ec500d1;hpb=8c0fe026fe45d5cccfb0175f698d088d3eb9bc13;p=chaz%2Fopenbox 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); }; }