window: Move frame_bounds to WindowX11

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3254>
This commit is contained in:
Bilal Elmoussaoui
2023-09-07 10:47:24 +02:00
committed by Marge Bot
parent bcb069f454
commit d1b04ffb55
6 changed files with 30 additions and 42 deletions

View File

@ -102,6 +102,9 @@ struct _MetaWindowX11Private
/* may be NULL! not all windows get decorated */
MetaFrame *frame;
/* if non-NULL, the bounds of the window frame */
MtkRegion *frame_bounds;
gboolean has_custom_frame_extents;
MetaSyncCounter sync_counter;