forked from AuroraMiddleware/gtk
Make "ms-windows" the default theme on Win32.
Tue Aug 31 23:40:29 2004 Matthias Clasen <maclas@gmx.de> * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make "ms-windows" the default theme on Win32.
This commit is contained in:
parent
3c752563f6
commit
f5ffc36e35
@ -1,3 +1,8 @@
|
||||
Tue Aug 31 23:40:29 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make
|
||||
"ms-windows" the default theme on Win32.
|
||||
|
||||
Tue Aug 31 23:24:49 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Only start
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Aug 31 23:40:29 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make
|
||||
"ms-windows" the default theme on Win32.
|
||||
|
||||
Tue Aug 31 23:24:49 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Only start
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Aug 31 23:40:29 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make
|
||||
"ms-windows" the default theme on Win32.
|
||||
|
||||
Tue Aug 31 23:24:49 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Only start
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Aug 31 23:40:29 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Make
|
||||
"ms-windows" the default theme on Win32.
|
||||
|
||||
Tue Aug 31 23:24:49 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcalendar.c (gtk_calendar_main_button): Only start
|
||||
|
@ -547,7 +547,11 @@ gdk_screen_get_setting (GdkScreen *screen,
|
||||
* XXX : if these values get changed through the Windoze UI the
|
||||
* respective gdk_events are not generated yet.
|
||||
*/
|
||||
if (strcmp ("gtk-double-click-time", name) == 0)
|
||||
if (strcmp ("gtk-theme-name", name) == 0)
|
||||
{
|
||||
g_value_set_string (value, "ms-windows");
|
||||
}
|
||||
else if (strcmp ("gtk-double-click-time", name) == 0)
|
||||
{
|
||||
gint i = GetDoubleClickTime ();
|
||||
GDK_NOTE(MISC, g_print("gdk_screen_get_setting(\"%s\") : %d\n", name, i));
|
||||
|
Loading…
Reference in New Issue
Block a user