Dies schrieb Jesse Adkins ([email protected]):

> > @@ -2989,7 +3007,7 @@ main (int argc, char **argv)
> >            if (crtc && crtc->panning_info && crtc->panning_info->width > 0)
> >            {
> >                XRRPanning *pan = crtc->panning_info;
> > -               printf (" panning %dx%d+%d+%d",
> > +               printf ( dump ? "panning %dx%d+%d+%d" : "panning 
> > %dx%d+%d+%d",
> 
> It looks like the strings on each side of ':' are the same. Is this a
> typo, or a mistake on my part?

I think there is a " " missing at the beginning of the second format string; 
apart from
that, they should be identical.

Thanks for your feedback :-) If that's the only glitch to be found...
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to