mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 15:50:16 +01:00
Fix typo.
This commit is contained in:
parent
953781bb45
commit
9b684f84fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1119,7 +1119,7 @@ int ddxProcessArgument(int argc, char *argv[], int i)
|
|||
dmxAddRemoveScreens = FALSE;
|
||||
retval = 1;
|
||||
#ifdef PANORAMIX
|
||||
else if (!strcmp (argv[i], "-xinerama")) {
|
||||
} else if (!strcmp (argv[i], "-xinerama")) {
|
||||
dmxNoPanoramiXExtension = TRUE;
|
||||
retval = 1;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue