diff options
Diffstat (limited to 'vcl/unx/gtk/app/gtksys.cxx')
-rw-r--r-- | vcl/unx/gtk/app/gtksys.cxx | 2 |
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; |