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 df2b534042
commit b3f17ea915

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 */