diff --git a/include/xkbrules.h b/include/xkbrules.h index 6be20ea5f..74473cb24 100644 --- a/include/xkbrules.h +++ b/include/xkbrules.h @@ -67,11 +67,6 @@ typedef struct _XkbRF_Group { char *words; } XkbRF_GroupRec, *XkbRF_GroupPtr; -#define XkbRF_PendingMatch (1L<<1) -#define XkbRF_Option (1L<<2) -#define XkbRF_Append (1L<<3) -#define XkbRF_Normal (1L<<4) - typedef struct _XkbRF_Rules { unsigned short sz_rules; unsigned short num_rules; diff --git a/xkb/maprules.c b/xkb/maprules.c index a324c67a0..395b5bfab 100644 --- a/xkb/maprules.c +++ b/xkb/maprules.c @@ -47,7 +47,11 @@ #include "xkbstr.h" #include -/***====================================================================***/ + +#define XkbRF_PendingMatch (1L<<1) +#define XkbRF_Option (1L<<2) +#define XkbRF_Append (1L<<3) +#define XkbRF_Normal (1L<<4) #define DFLT_LINE_SIZE 128