diff options
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r-- | src/ui/ui.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/ui.c b/src/ui/ui.c index cc26451e..bd753210 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -427,6 +427,13 @@ meta_ui_unmap_frame (MetaUI *ui, } void +meta_ui_update_frame_style (MetaUI *ui, + Window xwindow) +{ + meta_frames_update_frame_style (ui->frames, xwindow); +} + +void meta_ui_repaint_frame (MetaUI *ui, Window xwindow) { |