Detach xf4bpp from cfb.

This commit is contained in:
Adam Jackson 2006-07-21 18:24:37 -04:00
parent 0aaac95b0d
commit aff404f293
2 changed files with 4 additions and 5 deletions

View File

@ -57,6 +57,6 @@ mfbseg.c:
echo "#define POLYSEGMENT" > $@
echo "#include \"$(srcdir)/mfbline.c\"" >> $@
INCLUDES = $(XORG_INCS) -I$(srcdir)/../xf1bpp -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb
INCLUDES = $(XORG_INCS) -I$(srcdir)/../xf1bpp -I$(top_srcdir)/mfb
AM_CFLAGS = $(XORG_CFLAGS)

View File

@ -55,8 +55,7 @@ SOFTWARE.
#include "xf4bpp.h"
#include "mfbmap.h"
#define PSZ 8
#include "cfb.h"
#include "cfbmskbits.h"
#include "mfb.h"
#include "mergerop.h"
#include "mi.h"
#include "pixmapstr.h"
@ -87,8 +86,8 @@ vga16DoBitblt
int w, h;
int careful;
widthSrc = cfbGetLongWidth(pSrc);
widthDst = cfbGetLongWidth(pDst);
widthSrc = mfbGetPixelWidth(pSrc);
widthDst = mfbGetPixelWidth(pDst);
/* XXX we have to err on the side of safety when both are windows,
* because we don't know if IncludeInferiors is being used.