diff options
author | dpw <empty> | 1994-08-16 13:43:17 +0000 |
---|---|---|
committer | dpw <empty> | 1994-08-16 13:43:17 +0000 |
commit | 5cc6069339741aa2fd6a044036e8fdad3d6fc476 (patch) | |
tree | 4f5a018a77a746c6df54a01ddcc12430373d28ef /xc/include | |
parent | fa840ca18a398c7150c6e52a9909e4e9b757bced (diff) |
close XBUG 6738: real support for -kb option
Diffstat (limited to 'xc/include')
-rw-r--r-- | xc/include/extensions/XKBsrv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/include/extensions/XKBsrv.h b/xc/include/extensions/XKBsrv.h index 443cfb167..0ce199bfa 100644 --- a/xc/include/extensions/XKBsrv.h +++ b/xc/include/extensions/XKBsrv.h @@ -1,4 +1,4 @@ -/* $XConsortium: XKBsrv.h,v 1.7 93/09/28 20:14:46 rws Exp $ */ +/* $XConsortium: XKBsrv.h,v 1.11 94/04/08 15:07:52 erik Exp dpw $ */ /************************************************************ Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc. @@ -189,6 +189,7 @@ typedef struct _XkbSrvInfo { extern int XkbEventBase; extern int XkbComputeAutoRepeat; extern int XkbDisableLockActions; +extern Bool noXkbExtension; #ifdef DEBUG extern CARD16 xkbDebugFlags; |