diff options
author | marha <marha@users.sourceforge.net> | 2011-04-01 07:17:02 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-04-01 07:17:02 +0000 |
commit | 5d8e1ad0cd01de0bd0b43dc916c1d39fd293e79d (patch) | |
tree | b7092d8d81a5246dd5cec7fa9742e41eaccb69d6 /xorg-server/fb/fbstipple.c | |
parent | 140242b0d4aed1d595d6565d088d9567c456d6b4 (diff) | |
download | vcxsrv-5d8e1ad0cd01de0bd0b43dc916c1d39fd293e79d.tar.gz vcxsrv-5d8e1ad0cd01de0bd0b43dc916c1d39fd293e79d.tar.bz2 vcxsrv-5d8e1ad0cd01de0bd0b43dc916c1d39fd293e79d.zip |
libXext xserver libXmu libX11 libXdmcp xextproto libxtrans mesa git update 1 Apr 2011
Diffstat (limited to 'xorg-server/fb/fbstipple.c')
-rw-r--r-- | xorg-server/fb/fbstipple.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg-server/fb/fbstipple.c b/xorg-server/fb/fbstipple.c index bc25e462f..dc1fd468f 100644 --- a/xorg-server/fb/fbstipple.c +++ b/xorg-server/fb/fbstipple.c @@ -26,7 +26,6 @@ #include "fb.h" -#ifndef FBNOPIXADDR /* * This is a slight abuse of the preprocessor to generate repetitive * code, the idea is to generate code for each case of a copy-mode @@ -78,7 +77,6 @@ fbTransparentSpan (FbBits *dst, LaneCases(dst); } } -#endif void fbEvenStipple (FbBits *dst, @@ -170,7 +168,6 @@ fbEvenStipple (FbBits *dst, and = (fgand & mask) | (bgand & ~mask); xor = (fgxor & mask) | (bgxor & ~mask); -#ifndef FBNOPIXADDR if (transparent) { if (startmask) @@ -184,7 +181,6 @@ fbEvenStipple (FbBits *dst, fbTransparentSpan(dst, mask&endmask, fgxor, 1); } else -#endif { /* * Fill scanline |