mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-08 05:40:34 +01:00
Merge branch 'xwayland-disable-indirect-glx' into 'master'
xwayland: Refuse to start with indirect GLX enabled See merge request xorg/xserver!1745
This commit is contained in:
commit
28f761e1fa
1 changed files with 4 additions and 0 deletions
|
|
@ -983,6 +983,10 @@ xwl_screen_init(ScreenPtr pScreen, int argc, char **argv)
|
|||
else if (strcmp(argv[i], "-hidpi") == 0) {
|
||||
xwl_screen->hidpi = 1;
|
||||
}
|
||||
else if (strcmp(argv[i], "+iglx") == 0) {
|
||||
ErrorF("Xwayland does not support indirect GLX contexts\n");
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
if (!xwl_screen->rootless) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue