GNOME Bugzilla – Bug 763832
backends: Add flags to MetaMonitorMode
Last modified: 2016-05-13 16:59:51 UTC
In bug 655041, we decided that breaking the DBus API so close to the release wouldn't be a good idea so I'm proposing that we merge this after we branch for 3.20 .
Created attachment 324208 [details] [review] backends: Add flags to MetaMonitorMode And export them in the DBus API since they're useful for gnome-control-center.
Review of attachment 324208 [details] [review]: ::: src/org.gnome.Mutter.DisplayConfig.xml @@ +135,3 @@ <arg name="crtcs" direction="out" type="a(uxiiiiiuaua{sv})" /> <arg name="outputs" direction="out" type="a(uxiausauaua{sv})" /> + <arg name="modes" direction="out" type="a(uxuudu)" /> Couldn't we start using a protocol that's more extensible? a(a{sv}) maybe? If we consider that it's not a problem (it's a private API after all), then this looks fine to me.
Attachment 324208 [details] pushed as 1141929 - backends: Add flags to MetaMonitorMode