mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
This commit is contained in:
parent
fdcacc5a4b
commit
291e89d4f2
35 changed files with 40 additions and 208 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -114,9 +114,6 @@ static GCOps rootlessGCOps = {
|
|||
RootlessImageGlyphBlt,
|
||||
RootlessPolyGlyphBlt,
|
||||
RootlessPushPixels
|
||||
#ifdef NEED_LINEHELPER
|
||||
, NULL
|
||||
#endif
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue