diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xnest/Keyboard.c')
-rw-r--r-- | xc/programs/Xserver/hw/xnest/Keyboard.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/xnest/Keyboard.c b/xc/programs/Xserver/hw/xnest/Keyboard.c index 0a67db1e6..d25aae49c 100644 --- a/xc/programs/Xserver/hw/xnest/Keyboard.c +++ b/xc/programs/Xserver/hw/xnest/Keyboard.c @@ -12,7 +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.c,v 1.6 2001/03/25 05:32:15 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xnest/Keyboard.c,v 1.7 2001/08/01 00:44:57 tsi Exp $ */ #define NEED_EVENTS #include "X.h" @@ -55,6 +55,14 @@ extern XkbDescPtr XkbGetKeyboard( #endif ); +extern Status XkbGetControls( +#if NeedFunctionPrototypes + Display * /* dpy */, + unsigned long /* which */, + XkbDescPtr /* desc */ +#endif +); + #ifndef XKB_BASE_DIRECTORY #define XKB_BASE_DIRECTORY "/usr/X11R6/lib/X11/xkb/" #endif |