aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'nxcompshad/Core.h')
-rw-r--r--nxcompshad/Core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nxcompshad/Core.h b/nxcompshad/Core.h
index 6d2053bdf..17ce44881 100644
--- a/nxcompshad/Core.h
+++ b/nxcompshad/Core.h
@@ -68,6 +68,8 @@ class CorePoller
void handleEvent(Display *, XEvent *);
+ void handleWebKeyEvent(KeySym keysym, Bool isKeyPress);
+
Display *getShadowDisplay();
void setShadowDisplay(Display *shadowDisplay);
@@ -115,6 +117,8 @@ class CorePoller
virtual void handleKeyboardEvent(Display *, XEvent *) = 0;
+ virtual void handleWebKeyboardEvent(KeySym keysym, Bool isKeyPress) = 0;
+
virtual void handleMouseEvent(Display *, XEvent *) = 0;
Input *input_;