diff options
author | marha <marha@users.sourceforge.net> | 2009-09-15 15:47:04 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-15 15:47:04 +0000 |
commit | 06ac0148302f9498779852c6b1dce50728e7fa66 (patch) | |
tree | ef9ac83a1bbf2a0972ed11376860ef7fa9382c9f /include | |
parent | 1915b018a54e991c9289ee0c03488294e890caea (diff) | |
download | vcxsrv-06ac0148302f9498779852c6b1dce50728e7fa66.tar.gz vcxsrv-06ac0148302f9498779852c6b1dce50728e7fa66.tar.bz2 vcxsrv-06ac0148302f9498779852c6b1dce50728e7fa66.zip |
Added xinerama extension.
Diffstat (limited to 'include')
-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 |