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:
@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user