On Thu, Apr 22, 2010 at 09:16:07PM +0300, Tiago Vignatti wrote: > numScreens is always being assigned to 0 in dix for any server generation. > > Signed-off-by: Tiago Vignatti <[email protected]> > --- > hw/xfree86/common/xf86Init.c | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c > index 03a29ea..55d7a62 100644 > --- a/hw/xfree86/common/xf86Init.c > +++ b/hw/xfree86/common/xf86Init.c > @@ -552,9 +552,6 @@ InitOutput(ScreenInfo *pScreenInfo, int argc, char **argv) > xf86Initialising = TRUE; > > if (serverGeneration == 1) { > - > - pScreenInfo->numScreens = 0; > - > if ((xf86ServerName = strrchr(argv[0], '/')) != 0) > xf86ServerName++; > else > -- > 1.6.0.4
Reviewed-by: Peter Hutterer <[email protected]> _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
