mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Forgot to check in this - HAVE_XRANDR
This commit is contained in:
parent
8dc84e42d8
commit
34fbafebed
@ -151,11 +151,7 @@
|
|||||||
//#print - Did not find SDL
|
//#print - Did not find SDL
|
||||||
//#endif
|
//#endif
|
||||||
#if $[HAVE_X11]
|
#if $[HAVE_X11]
|
||||||
#if $[HAVE_XF86DGA]
|
|
||||||
#print + X11, with XFree86-DGA
|
|
||||||
#else
|
|
||||||
#print + X11
|
#print + X11
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
#print - Did not find X11
|
#print - Did not find X11
|
||||||
#endif
|
#endif
|
||||||
@ -402,6 +398,9 @@ $[cdefine HAVE_X11]
|
|||||||
/* Define if we have the XFree86-DGA extension. */
|
/* Define if we have the XFree86-DGA extension. */
|
||||||
$[cdefine HAVE_XF86DGA]
|
$[cdefine HAVE_XF86DGA]
|
||||||
|
|
||||||
|
/* Define if we have the XRandR extension. */
|
||||||
|
$[cdefine HAVE_XRANDR]
|
||||||
|
|
||||||
/* Define if we want to compile the threading code. */
|
/* Define if we want to compile the threading code. */
|
||||||
$[cdefine HAVE_THREADS]
|
$[cdefine HAVE_THREADS]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user