mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
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:
parent
df2b534042
commit
b3f17ea915
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user