mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 05:38:02 +02:00
Remove default -screen argument.
This commit is contained in:
parent
03a4b57a7f
commit
8c4a73f196
1 changed files with 1 additions and 2 deletions
|
|
@ -250,8 +250,7 @@ dmxLaunchDisplay (int argc, char *argv[], int index)
|
|||
pid_t pid;
|
||||
char *name;
|
||||
char *auth[] = { "-auth", xbeAuthBuf };
|
||||
char *defs[] = { "-terminate", "-nolisten", "tcp", "-screen",
|
||||
"800/212x600/159x24" };
|
||||
char *defs[] = { "-terminate", "-nolisten", "tcp" };
|
||||
char *endArg = NULL;
|
||||
int authFd;
|
||||
int mask;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue