mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 13:28:08 +02:00
Remove old argument check that is now in winvalargs.c.
This commit is contained in:
parent
996a56afc6
commit
f41f0648fe
1 changed files with 0 additions and 16 deletions
|
|
@ -102,22 +102,6 @@ winScreenInit (int index,
|
|||
pScreenInfo->dwWidth, pScreenInfo->dwHeight);
|
||||
#endif
|
||||
|
||||
#if defined(XWIN_MULTIWINDOW)
|
||||
/* Bail if -pseudorootless and -multiwindow flags both present */
|
||||
if (pScreenInfo->fPseudoRootless && pScreenInfo->fMultiWindow)
|
||||
{
|
||||
ErrorF ("winScreenInit - The -rootless and -multiwindow parameters\n"
|
||||
"\tcannot be used together. Note that the -rootless parameter\n"
|
||||
"\trequires an external window manager (e.g. twm), while the\n"
|
||||
"\t-multiwindow parameter forbids an external window manager\n"
|
||||
"\tsince it uses an internal window manager. Please correct\n"
|
||||
"\tyour command-line parameters; do not forget to stop\n"
|
||||
"\tlaunching an external window manager if you are using\n"
|
||||
"\tthe -multiwindow command-line parameter.");
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Allocate privates for this screen */
|
||||
if (!winAllocatePrivates (pScreen))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue