diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-30 19:16:14 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-30 19:16:14 +0000 |
commit | 291e89d4f2a4bb3177b2dfe6421680e23f120b8e (patch) | |
tree | 7bc1818c4774751696b1d0cc3b568c883c2184a8 /miext | |
parent | fdcacc5a4bc1d6cb7347fc66041a9c686c5c74d1 (diff) |
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Diffstat (limited to 'miext')
-rwxr-xr-x | miext/damage/damage.c | 3 | ||||
-rw-r--r-- | miext/rootless/accel/rlAccel.c | 5 | ||||
-rw-r--r-- | miext/rootless/rootlessGC.c | 3 |
3 files changed, 1 insertions, 10 deletions
diff --git a/miext/damage/damage.c b/miext/damage/damage.c index 54f168039..ef7bca455 100755 --- a/miext/damage/damage.c +++ b/miext/damage/damage.c @@ -1637,9 +1637,6 @@ GCOps damageGCOps = { damagePolyText16, damageImageText8, damageImageText16, damageImageGlyphBlt, damagePolyGlyphBlt, damagePushPixels, -#ifdef NEED_LINEHELPER - NULL, -#endif {NULL} /* devPrivate */ }; diff --git a/miext/rootless/accel/rlAccel.c b/miext/rootless/accel/rlAccel.c index 188fd4872..4c780f526 100644 --- a/miext/rootless/accel/rlAccel.c +++ b/miext/rootless/accel/rlAccel.c @@ -26,7 +26,7 @@ * holders shall not be used in advertising or otherwise to promote the sale, * use or other dealings in this Software without prior written authorization. */ -/* $XdotOrg: xc/programs/Xserver/miext/rootless/accel/rlAccel.c,v 1.3 2004/12/09 22:40:35 torrey Exp $ */ +/* $XdotOrg: xserver/xorg/miext/rootless/accel/rlAccel.c,v 1.5 2005/07/03 07:02:03 daniels Exp $ */ /* * The accelerated rootless code replaces some GC operations from fb with @@ -74,9 +74,6 @@ static GCOps rlAccelOps = { rlImageGlyphBlt, fbPolyGlyphBlt, fbPushPixels -#ifdef NEED_LINEHELPER - ,NULL -#endif }; diff --git a/miext/rootless/rootlessGC.c b/miext/rootless/rootlessGC.c index 61987addb..32ffbf13b 100644 --- a/miext/rootless/rootlessGC.c +++ b/miext/rootless/rootlessGC.c @@ -114,9 +114,6 @@ static GCOps rootlessGCOps = { RootlessImageGlyphBlt, RootlessPolyGlyphBlt, RootlessPushPixels -#ifdef NEED_LINEHELPER - , NULL -#endif }; /* |