mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 16:14:51 +00:00
Move logical monitor neighbor API into monitor manager
Move the last piece of monitor grid getter API to the monitor manager away from MetaScreen. The public facing API are still there, but are thin wrappers around the MetaMonitorManager API. https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
@@ -135,7 +135,7 @@ struct _MetaWindow
|
||||
MetaDisplay *display;
|
||||
MetaScreen *screen;
|
||||
guint64 stamp;
|
||||
const MetaLogicalMonitor *monitor;
|
||||
MetaLogicalMonitor *monitor;
|
||||
MetaWorkspace *workspace;
|
||||
MetaWindowClientType client_type;
|
||||
MetaWaylandSurface *surface;
|
||||
|
Reference in New Issue
Block a user