window: Move frame_bounds to WindowX11
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3254>
This commit is contained in:

committed by
Marge Bot

parent
bcb069f454
commit
d1b04ffb55
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user