aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-09-06 15:49:25 +1000
committernyamatongwe <unknown>2011-09-06 15:49:25 +1000
commit7b37ceb5f14dbc8bf17c03c7b6e202bf023cfac7 (patch)
tree7c1ad6402247434dc4bbbdb7b7f5154ba70fd1ea /gtk/ScintillaGTK.cxx
parent88bd2188c961dd57cc515b285fd7f4812888f5cf (diff)
downloadscintilla-mirror-7b37ceb5f14dbc8bf17c03c7b6e202bf023cfac7.tar.gz
Always use Cairo for drawing.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx2
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)