diff options
Diffstat (limited to 'xc/include')
-rw-r--r-- | xc/include/extensions/XKBsrv.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xc/include/extensions/XKBsrv.h b/xc/include/extensions/XKBsrv.h index 710db2bce..59ca77911 100644 --- a/xc/include/extensions/XKBsrv.h +++ b/xc/include/extensions/XKBsrv.h @@ -425,6 +425,19 @@ extern void DDXUpdateIndicators( #endif ); +extern void XkbSetRepeatKeys( +#if NeedFunctionPrototypes + DeviceIntPtr /* pXDev */, + int /* onoff */ +#endif +); + +extern int XkbUsesSoftRepeat( +#if NeedFunctionPrototypes + DeviceIntPtr /* pXDev */ +#endif +); + extern int SProcXkbDispatch( #if NeedFunctionPrototypes ClientPtr /* client */ |