xkb: unexport XkbRF_GroupRec struct

Not used outside xkb, so no need to keep it in public API header.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1840>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-26 10:45:27 +01:00 committed by Marge Bot
parent 043dc8041c
commit 83c8a90a61
2 changed files with 6 additions and 6 deletions

View File

@ -61,10 +61,4 @@ 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,6 +10,12 @@
#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;