Adapt to the new Mtk library
As we plan to slowly phase out Cairo where possible in libmutter https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3128 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2873>
This commit is contained in:

committed by
Marge Bot

parent
533f3fe69d
commit
80237b1082
@ -18,6 +18,8 @@
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
#include <mtk/mtk.h>
|
||||
|
||||
#include "shell-blur-effect.h"
|
||||
|
||||
#include "shell-enum-types.h"
|
||||
@ -342,7 +344,7 @@ update_actor_box (ShellBlurEffect *self,
|
||||
|
||||
if (stage_view)
|
||||
{
|
||||
cairo_rectangle_int_t stage_view_layout;
|
||||
MtkRectangle stage_view_layout;
|
||||
|
||||
box_scale_factor = clutter_stage_view_get_scale (stage_view);
|
||||
clutter_stage_view_get_layout (stage_view, &stage_view_layout);
|
||||
|
Reference in New Issue
Block a user