GNOME Bugzilla – Bug 788921
monitor-manager/xrandr: Chain up constructed vfunc
Last modified: 2017-10-16 09:17:15 UTC
I noticed that org.gnome.Mutter.DisplayConfig suddenly wasn't exported when running on Xorg. This was the reason.
Created attachment 361496 [details] [review] monitor-manager/xrandr: Chain up constructed vfunc 'monitor-manager: Keep pointer to backend' added a GObjectClass::constructed implementation, but didn't chain it up to the parent. Fix that.
Review of attachment 361496 [details] [review]: LGTM
Attachment 361496 [details] pushed as a17b343 - monitor-manager/xrandr: Chain up constructed vfunc