patch-hw_xfree86_common_xf86VGAarbiter_c 562 B

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