On Wed, 2018-02-28 at 16:35 +0100, Michel Dänzer wrote:
> 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 <kei...@keithp.com>
> > Reviewed-by: Adam Jackson <a...@nwnk.net>
> 
> [...]
> 
> > @@ -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?

... huh. That's not what's in the tree:

desoxy:~/git/xserver% git grep -A1 connection.*nonDesktop
randr/rroutput.c:        .connection = output->nonDesktop ? RR_Disconnected : 
output->connection,
randr/rroutput.c-        .subpixelOrder = output->subpixelOrder
--
randr/rroutput.c:            .connection = output->nonDesktop ? RR_Disconnected 
: output->connection,
randr/rroutput.c-            .subpixelOrder = output->subpixelOrder,
desoxy:~/git/xserver% git describe                       
xorg-server-1.19.0-641-g85ff1cdbd

- ajax
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to