mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
DisplayConfig: Group logical monitor parameters a bit better
Move around the parameters, just to put the always-there fields before the monitor array and property box. https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
@ -1204,7 +1204,7 @@ meta_monitor_manager_legacy_handle_apply_configuration (MetaDBusDisplayConfig *
|
||||
#define MONITORS_FORMAT "a" MONITOR_FORMAT
|
||||
|
||||
#define LOGICAL_MONITOR_MONITORS_FORMAT "a" MONITOR_SPEC_FORMAT
|
||||
#define LOGICAL_MONITOR_FORMAT "(ii" LOGICAL_MONITOR_MONITORS_FORMAT "dba{sv})"
|
||||
#define LOGICAL_MONITOR_FORMAT "(iidb" LOGICAL_MONITOR_MONITORS_FORMAT "a{sv})"
|
||||
#define LOGICAL_MONITORS_FORMAT "a" LOGICAL_MONITOR_FORMAT
|
||||
|
||||
static gboolean
|
||||
@ -1313,9 +1313,9 @@ meta_monitor_manager_handle_get_current_state (MetaDBusDisplayConfig *skeleton,
|
||||
LOGICAL_MONITOR_FORMAT,
|
||||
logical_monitor->rect.x,
|
||||
logical_monitor->rect.y,
|
||||
&logical_monitor_monitors_builder,
|
||||
(double) logical_monitor->scale,
|
||||
logical_monitor->is_primary,
|
||||
&logical_monitor_monitors_builder,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user