Kaydet (Commit) acb921d6 authored tarafından Petr Mladek's avatar Petr Mladek

compilation fix: disable method inside the name space

üst 4b5ccd16
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment