frames: Don't pass the frame rect into get_mask

We can query it directly.
This commit is contained in:
Jasper St. Pierre
2015-01-01 11:06:47 -08:00
parent d4ea2bbd9c
commit 4d3511649b
3 changed files with 4 additions and 9 deletions

View File

@ -140,8 +140,6 @@ cairo_region_t * meta_ui_frame_get_bounds (MetaUIFrame *frame,
int window_height);
void meta_ui_frame_get_mask (MetaUIFrame *frame,
guint width,
guint height,
cairo_t *cr);
void meta_ui_frame_move_resize (MetaUIFrame *frame,