diff options
Diffstat (limited to 'miext/damage')
-rw-r--r-- | miext/damage/Makefile.am | 2 | ||||
-rwxr-xr-x | miext/damage/damage.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am index 2af9ac2e2..595835731 100644 --- a/miext/damage/Makefile.am +++ b/miext/damage/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libdamage.la -AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@ +AM_CFLAGS = $(DIX_CFLAGS) INCLUDES = -I$(srcdir)/../cw -I$(top_srcdir)/hw/xfree86/os-support diff --git a/miext/damage/damage.c b/miext/damage/damage.c index ef7bca455..2e80011ac 100755 --- a/miext/damage/damage.c +++ b/miext/damage/damage.c @@ -1770,7 +1770,6 @@ DamageSetup (ScreenPtr pScreen) if (!pScrPriv) return FALSE; -#ifdef XFree86Server #ifdef COMPOSITE /* This is a kludge to ensure wrapping order with the composite wrapper. * If it's done from compinit.c, then DamageSetup may be called before the @@ -1780,7 +1779,6 @@ DamageSetup (ScreenPtr pScreen) if (!noCompositeExtension) miInitializeCompositeWrapper (pScreen); #endif -#endif pScrPriv->internalLevel = 0; pScrPriv->pScreenDamage = 0; |