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:
committed by
Dom Lachowicz
parent
9ba685e658
commit
79125cc1c1
@@ -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
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user