diff options
Diffstat (limited to 'include/dix-config.h')
-rw-r--r-- | include/dix-config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index 3b6316a5d..a281977d7 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -286,7 +286,7 @@ #define PACKAGE "xorg-server" /* Internal define for Xinerama */ -/* #undef PANORAMIX */ +#define PANORAMIX 1 /* Overall prefix */ #define PROJECTROOT "." @@ -387,7 +387,7 @@ /* #undef XFreeXDGA */ /* Support Xinerama extension */ -/* #undef XINERAMA */ +#define XINERAMA 1 /* Support X Input extension */ #define XINPUT 1 |