From 345d957e1ea577480f807b892b73c3f52fe913d2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 9 Jan 2003 22:54:31 +0000 Subject: new python callbacks data, infrastructure. going to rework bindings code. cvs wont work for shit now. but thats life. --- src/actions.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/actions.hh') diff --git a/src/actions.hh b/src/actions.hh index 1da6e278..f98c91d9 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -80,6 +80,10 @@ public: virtual void unmapHandler(const XUnmapEvent &e); virtual void destroyHandler(const XDestroyWindowEvent &e); +#ifdef XKB + virtual void xkbHandler(const XkbEvent &e); +#endif // XKB + }; } -- cgit v1.2.3