[Libreoffice-commits] .: vcl/unx
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Oct 26 08:33:14 PDT 2011
vcl/unx/gtk/app/gtksys.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit acb921d68bde5189216623238c3c045596cfd804
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Oct 26 17:31:57 2011 +0200
compilation fix: disable method inside the name space
diff --git a/vcl/unx/gtk/app/gtksys.cxx b/vcl/unx/gtk/app/gtksys.cxx
index a2cbe65..99624f1 100644
--- a/vcl/unx/gtk/app/gtksys.cxx
+++ b/vcl/unx/gtk/app/gtksys.cxx
@@ -107,8 +107,8 @@ bool GtkSalSystem::IsMultiDisplay()
return gdk_display_get_n_screens (mpDisplay) > 1;
}
-#if GTK_CHECK_VERSION(2,14,0)
namespace {
+#if GTK_CHECK_VERSION(2,14,0)
static int _fallback_get_primary_monitor (GdkScreen *pScreen)
{
// Use monitor name as primacy heuristic
More information about the Libreoffice-commits
mailing list