Quartz: Set the shows-desktop platform setting

OS X shows icons on the desktop, so set this setting
to TRUE here.
This commit is contained in:
Matthias Clasen
2013-11-15 07:50:37 -05:00
parent b02bfb4848
commit 19e3ebf232

View File

@@ -1673,6 +1673,13 @@ _gdk_quartz_screen_get_setting (GdkScreen *screen,
return TRUE;
}
else if (strcmp (name, "gtk-shell-shows-desktop") == 0)
{
GDK_QUARTZ_ALLOC_POOL;
g_value_set_boolean (value, TRUE);
GDK_QUARTZ_RELEASE_POOL;
/* FIXME: Add more settings */