Update xorg-server.h.in & Xnest to use new XKB default #defines

This commit is contained in:
Alan Coopersmith
2009-01-21 14:45:06 -08:00
parent cdf216aa17
commit 3208eff2d7
2 changed files with 9 additions and 32 deletions

View File

@@ -106,7 +106,10 @@
/* Enable XKB per default */
#undef XKB_DFLT_DISABLED
/* Build XKB server */
/* XKB default rules */
#undef XKB_DFLT_RULES
/* Build XKB support in server */
#undef XKB_IN_SERVER
/* Support loadable input and output drivers */
@@ -160,9 +163,6 @@
/* Location of configuration file */
#undef __XCONFIGFILE__
/* XKB default rules */
#undef __XKBDEFRULES__
/* Name of X server */
#undef __XSERVERNAME__