summaryrefslogtreecommitdiff
path: root/src/actions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.hh')
-rw-r--r--src/actions.hh4
1 files changed, 4 insertions, 0 deletions
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
+
};
}