Bug 340201
This commit is contained in:
parent
2c0d76bfa2
commit
8d04e3466d
@ -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
@ -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 */
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user