1234567891011121314151617 |
- --- xorg-server-1.7.1.orig/hw/xfree86/common/xf86VGAarbiter.c 2009-10-09 06:08:28.000000000 +0200
- +++ xorg-server-1.7.1/hw/xfree86/common/xf86VGAarbiter.c 2009-12-10 17:14:01.000000000 +0100
- @@ -38,14 +38,8 @@
- #include "xf86Priv.h"
- #include "pciaccess.h"
-
- -#ifdef DEBUG
- -#error "no, really, you dont want to do this"
- -#define DPRINT_S(x,y) ErrorF(x ": %i\n",y);
- -#define DPRINT(x) ErrorF(x "\n");
- -#else
- #define DPRINT_S(x,y)
- #define DPRINT(x)
- -#endif
-
- static GCFuncs VGAarbiterGCFuncs = {
- VGAarbiterValidateGC, VGAarbiterChangeGC, VGAarbiterCopyGC,
|