diff options
Diffstat (limited to 'hw/xnest/Keyboard.h')
-rw-r--r-- | hw/xnest/Keyboard.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hw/xnest/Keyboard.h b/hw/xnest/Keyboard.h index 44feb300d..5f8dc3cb4 100644 --- a/hw/xnest/Keyboard.h +++ b/hw/xnest/Keyboard.h @@ -12,6 +12,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ +/* $XFree86: xc/programs/Xserver/hw/xnest/Keyboard.h,v 1.2 2003/11/16 05:05:20 dawes Exp $ */ #ifndef XNESTKEYBOARD_H #define XNESTKEYBOARD_H @@ -19,8 +20,8 @@ is" without express or implied warranty. #define XNEST_KEYBOARD_EVENT_MASK \ (KeyPressMask | KeyReleaseMask | FocusChangeMask | KeymapStateMask) -void xnestBell(); -void xnestChangeKeyboardControl(); -int xnestKeyboardProc(); +void xnestBell(int volume, DeviceIntPtr pDev, pointer ctrl, int cls); +void xnestChangeKeyboardControl(DeviceIntPtr pDev, KeybdCtrl *ctrl); +int xnestKeyboardProc(DeviceIntPtr pDev, int onoff); #endif /* XNESTKEYBOARD_H */ |