mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
frames: Don't pass the frame rect into get_mask
We can query it directly.
This commit is contained in:
@ -386,7 +386,7 @@ void
|
||||
meta_frame_get_mask (MetaFrame *frame,
|
||||
cairo_t *cr)
|
||||
{
|
||||
meta_ui_frame_get_mask (frame->ui_frame, frame->rect.width, frame->rect.height, cr);
|
||||
meta_ui_frame_get_mask (frame->ui_frame, cr);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user