summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app/gtksys.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-07-18 11:08:51 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:42 +0100
commite3f5a2cc1e0b5bbc628e16131e6ef9f7fe1014b5 (patch)
tree446231a79944bca2ee2eb6d531d096d2866a2a56 /vcl/unx/gtk/app/gtksys.cxx
parentf8ecdeb79248f000d3f462532494058286e22665 (diff)
gtk3: decision - client-side rendering is the way, avoid X11
Diffstat (limited to 'vcl/unx/gtk/app/gtksys.cxx')
-rw-r--r--vcl/unx/gtk/app/gtksys.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index c3250055c73f..d1c538987ddb 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -54,7 +54,7 @@ GtkSalSystem::~GtkSalSystem()
{
}
-#if GTK_CHECK_VERSION(3,0,0) && !defined GTK3_X11_RENDER
+#if GTK_CHECK_VERSION(3,0,0)
unsigned int GtkSalSystem::GetDisplayScreenCount()
{
return 1;