frames: We don't need to pass in the frame rect to get_bounds either

The MetaFrameGeometry already has this information.
This commit is contained in:
Jasper St. Pierre
2015-01-01 10:33:27 -08:00
parent 4d3511649b
commit dcce4e64bc
3 changed files with 8 additions and 16 deletions

View File

@ -135,9 +135,7 @@ void meta_ui_frame_repaint (MetaUIFrame *frame);
void meta_ui_frame_get_borders (MetaUIFrame *frame,
MetaFrameBorders *borders);
cairo_region_t * meta_ui_frame_get_bounds (MetaUIFrame *frame,
int window_width,
int window_height);
cairo_region_t * meta_ui_frame_get_bounds (MetaUIFrame *frame);
void meta_ui_frame_get_mask (MetaUIFrame *frame,
cairo_t *cr);