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:
parent
043dc8041c
commit
83c8a90a61
|
@ -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_ */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue