mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
frame: Don't redraw immediately when we resize
We're locked to frame sync anyway, so it doesn't make sense to try to redraw early. In casual testing, this seems to actually make things faster, as well.
This commit is contained in:
@ -130,8 +130,6 @@ void meta_ui_frame_set_title (MetaUIFrame *frame,
|
||||
|
||||
void meta_ui_frame_update_style (MetaUIFrame *frame);
|
||||
|
||||
void meta_ui_frame_repaint (MetaUIFrame *frame);
|
||||
|
||||
void meta_ui_frame_get_borders (MetaUIFrame *frame,
|
||||
MetaFrameBorders *borders);
|
||||
|
||||
|
Reference in New Issue
Block a user