summaryrefslogtreecommitdiff
path: root/miext/damage
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2006-02-16 07:17:31 +0000
committerKeith Packard <keithp@keithp.com>2006-02-16 07:17:31 +0000
commit8987b2c1efc9a4667e278e6ba411772ba2a4a4e6 (patch)
treeeb7aa732b0f74c958770e26717679c8e893449bc /miext/damage
parentc8acb342695936db062c966029019a458d45459e (diff)
Make more extensions optional in build (for kdrive). Fix kdrive build for
actual hardware. Fix kdrive pointer signed/unsigned types. Add kdrive-required YX rotation functions. Replace rgb text file loading with static rgb color table.
Diffstat (limited to 'miext/damage')
-rwxr-xr-xmiext/damage/damage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/miext/damage/damage.c b/miext/damage/damage.c
index 5203d42b3..54f168039 100755
--- a/miext/damage/damage.c
+++ b/miext/damage/damage.c
@@ -1773,6 +1773,7 @@ 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
@@ -1782,6 +1783,7 @@ DamageSetup (ScreenPtr pScreen)
if (!noCompositeExtension)
miInitializeCompositeWrapper (pScreen);
#endif
+#endif
pScrPriv->internalLevel = 0;
pScrPriv->pScreenDamage = 0;