GNOME Bugzilla – Bug 706382
MonitorManager: emit a DBus signal when we change the display configuration
Last modified: 2013-08-20 11:59:47 UTC
Using out-of-band notifications from the wayland protocol or from X is racy, in that the client could ask for the new resources before we have them. Instead, with a signal, we are sure that when the client asks for it, it will get the right values.
Created attachment 252376 [details] [review] MonitorManager: emit a DBus signal when we change the display configuration
Review of attachment 252376 [details] [review]: ok
Attachment 252376 [details] pushed as 44097c1 - MonitorManager: emit a DBus signal when we change the display configuration