xserver: Branch 'xgl-0-0-1'

Matthias Hopf mhopf at kemper.freedesktop.org
Fri Mar 14 07:52:33 PDT 2008


 hw/xgl/glx/xglx.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 20ec777bcbbe39deb71b17e801a2cdf61e9b5b79
Author: Matthias Hopf <mhopf at suse.de>
Date:   Fri Mar 14 15:51:10 2008 +0100

    Nuked wrong break in -display option parsing
    
    Resulted in server display number not parsed if specified after a
    -display option.

diff --git a/hw/xgl/glx/xglx.c b/hw/xgl/glx/xglx.c
index 23a49df..fe2165d 100644
--- a/hw/xgl/glx/xglx.c
+++ b/hw/xgl/glx/xglx.c
@@ -2311,8 +2311,6 @@ xglxProcessArgument (int  argc,
 	    {
 		if (++j < argc)
 		    xDisplayName = argv[j];
-
-		break;
 	    }
 	    else if (argv[j][0] == ':')
 	    {


More information about the xorg-commit mailing list