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:
@ -389,6 +389,12 @@ _gdk_win32_screen_get_setting (GdkScreen *screen,
|
|||||||
g_value_set_boolean (value, TRUE);
|
g_value_set_boolean (value, TRUE);
|
||||||
return 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
|
#if 0
|
||||||
/*
|
/*
|
||||||
* With 'MS Sans Serif' as windows menu font (default on win98se) you'll get a
|
* With 'MS Sans Serif' as windows menu font (default on win98se) you'll get a
|
||||||
|
|||||||
Reference in New Issue
Block a user