mutter: Completely replace MetaRectangle with MtkRectangle
There are still various helpers that might be worth to move to mtk as well Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3128>
This commit is contained in:
@ -173,7 +173,7 @@ meta_cursor_renderer_after_paint (ClutterStage *stage,
|
||||
if (priv->displayed_cursor && priv->needs_overlay)
|
||||
{
|
||||
graphene_rect_t rect;
|
||||
MetaRectangle view_layout;
|
||||
MtkRectangle view_layout;
|
||||
graphene_rect_t view_rect;
|
||||
|
||||
rect = meta_cursor_renderer_calculate_rect (renderer,
|
||||
|
Reference in New Issue
Block a user