Bug 340201

This commit is contained in:
Dom Lachowicz 2006-09-12 09:45:29 +00:00
parent 2c0d76bfa2
commit 8d04e3466d
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.
Mon Sep 11 14:22:39 2006 Tim Janik <timj@imendio.com>
* tests/testgtk.c: fixed compiler warnings.

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)
{