diff options
Diffstat (limited to 'xc/include/extensions/XKB.h')
-rw-r--r-- | xc/include/extensions/XKB.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xc/include/extensions/XKB.h b/xc/include/extensions/XKB.h index 1b427e3e3..8867c47ae 100644 --- a/xc/include/extensions/XKB.h +++ b/xc/include/extensions/XKB.h @@ -24,7 +24,7 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ********************************************************/ -/* $XFree86: xc/include/extensions/XKB.h,v 1.4 2001/01/17 17:53:17 dawes Exp $ */ +/* $XFree86: xc/include/extensions/XKB.h,v 1.5 2002/11/20 04:49:01 dawes Exp $ */ #ifndef _XKB_H_ #define _XKB_H_ @@ -502,6 +502,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #define XkbSA_LastAction XkbSA_DeviceValuator #define XkbSA_NumActions (XkbSA_LastAction+1) +#if defined(XF86DDXACTIONS) || defined(XFree86Server) +#define XkbSA_XFree86Private 0x86 +#endif + /* * Specifies the key actions that clear latched groups or modifiers. */ |