diff options
Diffstat (limited to 'capplets/common/wm-common.c')
-rw-r--r-- | capplets/common/wm-common.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/capplets/common/wm-common.c b/capplets/common/wm-common.c index acf9e431..325a58d2 100644 --- a/capplets/common/wm-common.c +++ b/capplets/common/wm-common.c @@ -181,4 +181,8 @@ wm_common_register_window_manager_change (GFunc func, XSync (GDK_DISPLAY_XDISPLAY(gdk_display_get_default()), False); } - +void +wm_common_update_window () +{ + update_wm_window(); +} |