window-private: Actually remove frame instance
As per GNOME/mutter!3254 MetaFrame is part of MetaWindowX11Private, but MetaWindow has still the frame field. Drop it since it's unused now and can lead to confusion Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3784>
This commit is contained in:
parent
0f19c6f5b6
commit
e3d3b257ae
@ -216,8 +216,6 @@ struct _MetaWindow
|
|||||||
MetaLogicalMonitor *highest_scale_monitor;
|
MetaLogicalMonitor *highest_scale_monitor;
|
||||||
MetaWorkspace *workspace;
|
MetaWorkspace *workspace;
|
||||||
MetaWindowClientType client_type;
|
MetaWindowClientType client_type;
|
||||||
/* may be NULL! not all windows get decorated */
|
|
||||||
MetaFrame *frame;
|
|
||||||
int depth;
|
int depth;
|
||||||
char *desc; /* used in debug spew */
|
char *desc; /* used in debug spew */
|
||||||
char *title;
|
char *title;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user