diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-21 09:35:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-21 09:36:08 +0100 |
commit | 190f91c71905ca18d6174393ad1b54be74259754 (patch) | |
tree | 5104e187c3a33963ac0e8ea30292d209332e82e9 /vcl | |
parent | 6ea66657ebca5b3ec63f93b496b812888e0d53c9 (diff) |
use 3,0,0 rather than 3,10,0
Change-Id: I810cdadedd5261caede474a4780ceea6d9b409c9
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/app/gtkdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx index c42c68d956f0..1a406c33a877 100644 --- a/vcl/unx/gtk/app/gtkdata.cxx +++ b/vcl/unx/gtk/app/gtkdata.cxx @@ -46,7 +46,7 @@ #include <vcl/svapp.hxx> -#if GTK_CHECK_VERSION(3,10,0) +#if GTK_CHECK_VERSION(3,0,0) # ifdef GDK_WINDOWING_X11 # include <gdk/gdkx.h> # endif |