mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 19:40:15 +01:00
Nuked wrong break in -display option parsing
Resulted in server display number not parsed if specified after a -display option.
This commit is contained in:
parent
5934d2734d
commit
20ec777bcb
1 changed files with 0 additions and 2 deletions
|
|
@ -2311,8 +2311,6 @@ xglxProcessArgument (int argc,
|
|||
{
|
||||
if (++j < argc)
|
||||
xDisplayName = argv[j];
|
||||
|
||||
break;
|
||||
}
|
||||
else if (argv[j][0] == ':')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue