diff options
Diffstat (limited to 'nxcompshad/Win.cpp')
-rw-r--r-- | nxcompshad/Win.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nxcompshad/Win.cpp b/nxcompshad/Win.cpp index 9f8cdc9dd..87ea80bf5 100644 --- a/nxcompshad/Win.cpp +++ b/nxcompshad/Win.cpp @@ -479,6 +479,13 @@ void Poller::handleKeyboardEvent(Display *display, XEvent *event) delete[] keyname; } +void Poller::handleWebKeyboardEvent(KeySym keysym, Bool isKeyPress) +{ +/* +FIXME +*/ +} + void Poller::handleMouseEvent(Display *display, XEvent *event) { DWORD flg = 0; |