diff options
author | Adam Jackson <ajax@redhat.com> | 2012-10-18 14:24:20 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-10 13:28:24 -0400 |
commit | abbd85742a390e18497b96902a0c0d976739e3bd (patch) | |
tree | cf480cccb1ff075810d0d73c36b05a2099ae7fc8 /Xext | |
parent | dff81687f5eac3eac9b49f58d4654cc30add2547 (diff) |
dix: FIXES is not optional
It's already not optional at configure time, this just makes it so at
build time too.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/panoramiX.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c index 7f888e38d..2b3a5704e 100644 --- a/Xext/panoramiX.c +++ b/Xext/panoramiX.c @@ -53,9 +53,7 @@ Equipment Corporation. #include "servermd.h" #include "resource.h" #include "picturestr.h" -#ifdef XFIXES #include "xfixesint.h" -#endif #ifdef COMPOSITE #include "compint.h" #endif @@ -583,9 +581,7 @@ PanoramiXExtensionInit(void) ProcVector[X_StoreNamedColor] = PanoramiXStoreNamedColor; PanoramiXRenderInit(); -#ifdef XFIXES PanoramiXFixesInit(); -#endif #ifdef COMPOSITE PanoramiXCompositeInit(); #endif @@ -890,9 +886,7 @@ PanoramiXResetProc(ExtensionEntry * extEntry) int i; PanoramiXRenderReset(); -#ifdef XFIXES PanoramiXFixesReset(); -#endif #ifdef COMPOSITE PanoramiXCompositeReset (); #endif |