[Xfce4-commits] r30104 - terminal/trunk/terminal
Nick Schermer
nick at xfce.org
Sat Jun 27 22:00:58 CEST 2009
Author: nick
Date: 2009-06-27 20:00:58 +0000 (Sat, 27 Jun 2009)
New Revision: 30104
Modified:
terminal/trunk/terminal/terminal-private.h
Log:
Only disable ante-aliasing in debug builds.
Modified: terminal/trunk/terminal/terminal-private.h
===================================================================
--- terminal/trunk/terminal/terminal-private.h 2009-06-27 19:38:30 UTC (rev 30103)
+++ terminal/trunk/terminal/terminal-private.h 2009-06-27 20:00:58 UTC (rev 30104)
@@ -27,7 +27,11 @@
/* whether anti-alias is enabled in the application. this settings will
* be removed in vte 1.0 and there is no other way to set this. */
+#ifndef NDEBUG
#define TERMINAL_HAS_ANTI_ALIAS_SETTING (FALSE)
+#else
+#define TERMINAL_HAS_ANTI_ALIAS_SETTING (TRUE)
+#endif
/* support macros for debugging */
#ifndef NDEBUG
More information about the Xfce4-commits
mailing list