mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-27 02:30:44 +02:00
Make 'Xvfb -render' also disable Composite, lest we segfault on startup.
This commit is contained in:
parent
a1ac0440bb
commit
9f2a108051
1 changed files with 3 additions and 0 deletions
|
|
@ -364,6 +364,9 @@ ddxProcessArgument(int argc, char *argv[], int i)
|
|||
if (strcmp (argv[i], "-render") == 0) /* -render */
|
||||
{
|
||||
Render = FALSE;
|
||||
#ifdef COMPOSITE
|
||||
noCompositeExtension = TRUE;
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue