On 2018-02-12 10:51 PM, Keith Packard wrote: > Tracks changes to the non-desktop property so that when non-zero, > outputs will always appear to be disconnected. > > Signed-off-by: Keith Packard <[email protected]> > Reviewed-by: Adam Jackson <[email protected]>
[...] > @@ -442,6 +465,7 @@ ProcRRGetOutputInfo(ClientPtr client) > .crtc = output->crtc ? output->crtc->id : None, > .mmWidth = output->mmWidth, > .mmHeight = output->mmHeight, > + .connection = output->nonDesktop ? RR_Disconnected : > output->connection, > .connection = output->connection, BTW, I don't think this was intended to leave the existing connection initializer line, clobbering the new one? -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
