diff options
author | nyamatongwe <unknown> | 2010-11-05 20:03:03 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-11-05 20:03:03 +1100 |
commit | 5258f1c9236fe034afe2d2cc42423e35fa3a64b1 (patch) | |
tree | 9c65607a2db8351d835bb4250ac8cd0cfde58999 | |
parent | 81eb57bc00ac4d789924359ef9eb887aa53c1c16 (diff) | |
download | scintilla-mirror-5258f1c9236fe034afe2d2cc42423e35fa3a64b1.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 |