mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +01:00
Revert "xkb: move _XKB_RF_NAMES_PROP_ATOM define into xkbInit.c"
This reverts commit 1a9592ea4b.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2046>
This commit is contained in:
parent
adf0fa5b19
commit
9cac71e660
2 changed files with 4 additions and 2 deletions
|
|
@ -103,5 +103,9 @@ extern _X_EXPORT void XkbRF_Free(XkbRF_RulesPtr /* rules */ ,
|
|||
Bool /* freeRules */
|
||||
);
|
||||
|
||||
/***====================================================================***/
|
||||
|
||||
#define _XKB_RF_NAMES_PROP_ATOM "_XKB_RULES_NAMES"
|
||||
|
||||
_XFUNCPROTOEND
|
||||
#endif /* _XKBRULES_H_ */
|
||||
|
|
|
|||
|
|
@ -49,8 +49,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "scrnintstr.h"
|
||||
#include "xkbgeom.h"
|
||||
|
||||
#define _XKB_RF_NAMES_PROP_ATOM "_XKB_RULES_NAMES"
|
||||
|
||||
#define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1)
|
||||
|
||||
#if defined(__alpha) || defined(__alpha__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue