On 21 June 2018 at 09:12, Lyude Paul <[email protected]> wrote: > This seems like a problem worth screaming about. > > Signed-off-by: Lyude Paul <[email protected]>
For the series: Reviewed-by: Dave Airlie <[email protected]> > --- > randr/rrcrtc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c > index d7d937e80..74dc5a265 100644 > --- a/randr/rrcrtc.c > +++ b/randr/rrcrtc.c > @@ -534,6 +534,7 @@ rrSetupPixmapSharing(RRCrtcPtr crtc, int width, int > height, > width, height, depth, > x, y, rotation); > if (spix_front == NULL) { > + ErrorF("randr: failed to create shared pixmap\n"); > return FALSE; > } > > -- > 2.17.1 > _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
