diff options
Diffstat (limited to 'hw/xnest/Keyboard.h')
-rw-r--r-- | hw/xnest/Keyboard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xnest/Keyboard.h b/hw/xnest/Keyboard.h index 480231860..8237dac14 100644 --- a/hw/xnest/Keyboard.h +++ b/hw/xnest/Keyboard.h @@ -20,8 +20,11 @@ is" without express or implied warranty. #define XNEST_KEYBOARD_EVENT_MASK \ (KeyPressMask | KeyReleaseMask | FocusChangeMask | KeymapStateMask) +extern DeviceIntPtr xnestKeyboardDevice; + void xnestBell(int volume, DeviceIntPtr pDev, pointer ctrl, int cls); void xnestChangeKeyboardControl(DeviceIntPtr pDev, KeybdCtrl *ctrl); int xnestKeyboardProc(DeviceIntPtr pDev, int onoff); +void xnestUpdateModifierState(unsigned int state); #endif /* XNESTKEYBOARD_H */ |