Module Name:    xsrc
Committed By:   macallan
Date:           Fri Aug 19 16:07:04 UTC 2016

Modified Files:
        xsrc/external/mit/xf86-video-chips/dist/src: ct_accel.c

Log Message:
move HAVE_XAA_H test further up so this thing now compiles with XAA actually
gone


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
    xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c
diff -u xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c:1.1.1.4 xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c:1.2
--- xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c:1.1.1.4	Sun Jun  2 07:24:56 2013
+++ xsrc/external/mit/xf86-video-chips/dist/src/ct_accel.c	Fri Aug 19 16:07:04 2016
@@ -25,6 +25,8 @@
 #include "config.h"
 #endif
 
+#ifdef HAVE_XAA_H
+
 /*
  * When monochrome tiles/stipples are cached on the HiQV chipsets the
  * pitch of the monochrome data is the displayWidth. The HiQV manuals
@@ -71,8 +73,6 @@
 #define CTNAME(subname) CATNAME(CHIPS,subname)
 #endif
 
-#ifdef HAVE_XAA_H
-
 #ifdef DEBUG
 # define DEBUG_P(x) ErrorF(x"\n");
 #elif defined X_DEBUG

Reply via email to