Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 909:b4a21af8ce8c
prev899:18e0cdea76aa
next927:17b6b9e245d8
author nkeynes
date Thu Dec 11 21:33:08 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Only call finish_rendering() for texture renders - workaround bug in apple/intel drivers
file annotate diff log raw
1.1 --- a/config.h.in Sat Oct 25 12:36:42 2008 +0000
1.2 +++ b/config.h.in Thu Dec 11 21:33:08 2008 +0000
1.3 @@ -46,6 +46,9 @@
1.4 /* Have exception stack-frame information */
1.5 #undef HAVE_EXCEPTIONS
1.6
1.7 +/* Use fast register-passing calling conventions */
1.8 +#undef HAVE_FASTCALL
1.9 +
1.10 /* Define if the GNU gettext() function is already present or preinstalled. */
1.11 #undef HAVE_GETTEXT
1.12
.