Selaa lähdekoodia

Forgot to check in this - HAVE_XRANDR

rdb 16 vuotta sitten
vanhempi
sitoutus
34fbafebed
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3 4
      dtool/LocalSetup.pp

+ 3 - 4
dtool/LocalSetup.pp

@@ -151,11 +151,7 @@
 //#print - Did not find SDL
 //#endif
 #if $[HAVE_X11]
-#if $[HAVE_XF86DGA]
-#print + X11, with XFree86-DGA
-#else
 #print + X11
-#endif
 #else
 #print - Did not find X11
 #endif
@@ -402,6 +398,9 @@ $[cdefine HAVE_X11]
 /* Define if we have the XFree86-DGA extension. */
 $[cdefine HAVE_XF86DGA]
 
+/* Define if we have the XRandR extension. */
+$[cdefine HAVE_XRANDR]
+
 /* Define if we want to compile the threading code.  */
 $[cdefine HAVE_THREADS]