Revert "xkb: unexport XkbRF_GroupRec struct"

This reverts commit 83c8a90a61.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2046>
This commit is contained in:
Alan Coopersmith 2025-07-12 11:47:06 -07:00
parent 033936539b
commit 396e3e7a54
2 changed files with 6 additions and 6 deletions

View file

@ -61,4 +61,10 @@ typedef struct _XkbRF_Rule {
unsigned flags;
} XkbRF_RuleRec, *XkbRF_RulePtr;
typedef struct _XkbRF_Group {
int number;
const char *name;
char *words;
} XkbRF_GroupRec, *XkbRF_GroupPtr;
#endif /* _XKBRULES_H_ */

View file

@ -10,12 +10,6 @@
#include "include/xkbrules.h"
typedef struct _XkbRF_Group {
int number;
const char *name;
char *words;
} XkbRF_GroupRec, *XkbRF_GroupPtr;
typedef struct _XkbRF_Rules {
unsigned short sz_rules;
unsigned short num_rules;