diff options
| author | nyamatongwe <devnull@localhost> | 2011-09-06 15:49:25 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-09-06 15:49:25 +1000 |
| commit | 3566df9341e751247e67db417910083227e692d5 (patch) | |
| tree | ad26dcca57c522256a1ad6cee8d705a08cdfd8c0 /gtk/ScintillaGTK.cxx | |
| parent | 592a3f47aab8752fe54ed7223c40cd581e829700 (diff) | |
| download | scintilla-mirror-3566df9341e751247e67db417910083227e692d5.tar.gz | |
Always use Cairo for drawing.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
| -rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index b7cea5ed3..0932c6e3b 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -74,9 +74,7 @@ #define IS_WIDGET_VISIBLE(w) (GTK_WIDGET_VISIBLE(w)) #endif -#if GTK_CHECK_VERSION(2,22,0) #define USE_CAIRO 1 -#endif static GdkWindow *WindowFromWidget(GtkWidget *w) { #if GTK_CHECK_VERSION(3,0,0) |
