On Thu, 2016-05-12 at 14:51 +0200, Olivier Fourdan wrote: > @@ -148,7 +148,8 @@ RRScreenSizeNotify(ScreenPtr pScreen) > > RRTellChanged(pScreen); > RRSendConfigNotify(pScreen); > - RREditConnectionInfo(pScreen); > + if (ConnectionInfo) > + RREditConnectionInfo(pScreen); > > RRPointerScreenConfigured(pScreen); > /*
Super nitpicky but I think this reads better if you do the check inside RREditConnectionInfo. - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
