Add support for Xnest

This commit is contained in:
Kevin E Martin
2005-07-14 03:32:09 +00:00
parent c582560c62
commit 7375f4d136
8 changed files with 149 additions and 17 deletions

10
include/xkb-config.h.in Normal file
View File

@@ -0,0 +1,10 @@
/*
* xkb-config.h.in: not at all generated.
*
*/
/* Default set of XKB rules. */
#undef __XKBDEFRULES__
/* Path to XKB definitions. */
#undef XKB_BASE_DIRECTORY

View File

@@ -7,9 +7,10 @@
*
*/
/* Normally this is guarded, but if we don't have dix-config.h, we're in some
/* Normally these are guarded, but if we don't have dix-config.h, we're in some
* pretty serious trouble anyway. Consider this a canary. */
#include <dix-config.h>
#include <xkb-config.h>
/* Building XFree86-based server. */
#undef XFree86Server
@@ -32,9 +33,6 @@
/* Name of X server. */
#undef __XSERVERNAME__
/* Default set of XKB rules. */
#undef __XKBDEFRULES__
/* URL to go to for support. */
#undef __VENDORDWEBSUPPORT__
@@ -62,9 +60,6 @@
/* Path to server log file. */
#undef DEFAULT_LOGPREFIX
/* Path to XKB definitions. */
#undef XKB_BASE_DIRECTORY
/* Building DRI-capable DDX. */
#undef XORGDRI