diff options
author | nyamatongwe <devnull@localhost> | 2010-11-05 20:03:03 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-11-05 20:03:03 +1100 |
commit | 89eb810d88cf05ac005540e86920dbe67accc30f (patch) | |
tree | 49dd503761b194dc11b5ab5ccfc1bb2f764df79e | |
parent | 582553de962c49e01f595136906b5e9d14914ba1 (diff) | |
download | scintilla-mirror-89eb810d88cf05ac005540e86920dbe67accc30f.tar.gz |
Turn Cairo back on.
-rw-r--r-- | gtk/PlatGTK.cxx | 2 |
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 |