signed off by: Dom Lachowicz

2006-09-12 Hong Jen Yee <pcman.tw@gmail.com>

	signed off by: Dom Lachowicz

	* modules/engines/ms-windows/msw_style.c: Bug 340201. This contains
	a large number of improvements to the Microsoft Windows theme engine
	which are fully described in the bug report.
This commit is contained in:
Hong Jen Yee
2006-09-12 11:49:09 +00:00
committed by Dom Lachowicz
parent 9ba685e658
commit 79125cc1c1
4 changed files with 738 additions and 271 deletions

View File

@@ -1,3 +1,11 @@
2006-09-12 Hong Jen Yee <pcman.tw@gmail.com>
signed off by: Dom Lachowicz
* modules/engines/ms-windows/msw_style.c: Bug 340201. This contains
a large number of improvements to the Microsoft Windows theme engine
which are fully described in the bug report.
2006-07-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version

File diff suppressed because it is too large Load Diff

View File

@@ -49,6 +49,7 @@ struct _MswStyleClass
void msw_style_register_type (GTypeModule *module);
void msw_style_init (void);
void msw_style_finalize (void);
void msw_style_setup_system_settings (void);
#endif /* MSW_TYPE_STYLE */

View File

@@ -120,6 +120,7 @@ theme_exit (void)
gdk_window_remove_filter (hidden_msg_window, global_filter_func, NULL);
gdk_window_destroy (hidden_msg_window);
hidden_msg_window = NULL;
msw_style_finalize();
if (this_module)
{