mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
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:
parent
033936539b
commit
396e3e7a54
2 changed files with 6 additions and 6 deletions
|
|
@ -61,4 +61,10 @@ typedef struct _XkbRF_Rule {
|
||||||
unsigned flags;
|
unsigned flags;
|
||||||
} XkbRF_RuleRec, *XkbRF_RulePtr;
|
} XkbRF_RuleRec, *XkbRF_RulePtr;
|
||||||
|
|
||||||
|
typedef struct _XkbRF_Group {
|
||||||
|
int number;
|
||||||
|
const char *name;
|
||||||
|
char *words;
|
||||||
|
} XkbRF_GroupRec, *XkbRF_GroupPtr;
|
||||||
|
|
||||||
#endif /* _XKBRULES_H_ */
|
#endif /* _XKBRULES_H_ */
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,6 @@
|
||||||
|
|
||||||
#include "include/xkbrules.h"
|
#include "include/xkbrules.h"
|
||||||
|
|
||||||
typedef struct _XkbRF_Group {
|
|
||||||
int number;
|
|
||||||
const char *name;
|
|
||||||
char *words;
|
|
||||||
} XkbRF_GroupRec, *XkbRF_GroupPtr;
|
|
||||||
|
|
||||||
typedef struct _XkbRF_Rules {
|
typedef struct _XkbRF_Rules {
|
||||||
unsigned short sz_rules;
|
unsigned short sz_rules;
|
||||||
unsigned short num_rules;
|
unsigned short num_rules;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue