forked from AuroraMiddleware/gtk
Win32: Set the shows-desktop platform setting
Win32 shows icons on the desktop, so set shows-desktop to TRUE here.
This commit is contained in:
parent
b3f17ea915
commit
2fb64cf0e7
@ -389,6 +389,12 @@ _gdk_win32_screen_get_setting (GdkScreen *screen,
|
||||
g_value_set_boolean (value, TRUE);
|
||||
return TRUE;
|
||||
}
|
||||
else if (strcmp ("gtk-shell-shows-desktop", name) == 0)
|
||||
{
|
||||
GDK_NOTE(MISC, g_print("gdk_screen_get_setting(\"%s\") : TRUE\n", name));
|
||||
g_value_set_boolean (value, TRUE);
|
||||
return TRUE;
|
||||
}
|
||||
#if 0
|
||||
/*
|
||||
* With 'MS Sans Serif' as windows menu font (default on win98se) you'll get a
|
||||
|
Loading…
Reference in New Issue
Block a user