diff options
author | Matthias Hopf <mhopf@suse.de> | 2008-03-14 15:51:10 +0100 |
---|---|---|
committer | Matthias Hopf <mhopf@suse.de> | 2008-03-14 15:51:10 +0100 |
commit | 20ec777bcbbe39deb71b17e801a2cdf61e9b5b79 (patch) | |
tree | c1fe6960d4dd811412c60faf7bea82768e16e3f7 | |
parent | 5934d2734d94ce92d08a0a81078d75aabf5ebb1e (diff) |
Nuked wrong break in -display option parsingxgl-0-0-1
Resulted in server display number not parsed if specified after a
-display option.
-rw-r--r-- | hw/xgl/glx/xglx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xgl/glx/xglx.c b/hw/xgl/glx/xglx.c index 23a49df6b..fe2165d92 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] == ':') { |