aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-11-05 20:03:03 +1100
committernyamatongwe <devnull@localhost>2010-11-05 20:03:03 +1100
commit89eb810d88cf05ac005540e86920dbe67accc30f (patch)
tree49dd503761b194dc11b5ab5ccfc1bb2f764df79e
parent582553de962c49e01f595136906b5e9d14914ba1 (diff)
downloadscintilla-mirror-89eb810d88cf05ac005540e86920dbe67accc30f.tar.gz
Turn Cairo back on.
-rw-r--r--gtk/PlatGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx
index a7c369cae..627ac3e68 100644
--- a/gtk/PlatGTK.cxx
+++ b/gtk/PlatGTK.cxx
@@ -41,7 +41,7 @@
#endif
#if GTK_CHECK_VERSION(2,22,0)
-//#define USE_CAIRO 1
+#define USE_CAIRO 1
#endif
#ifdef USE_CAIRO