Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-03-30 11:46:21 +0300
committerGitHub <noreply@github.com>2022-03-30 11:46:21 +0300
commit10a75ffb0d22cebb8c6abf70e3b2965d283126c1 (patch)
tree810378870b4a7cd93e7280b1dd4db639358be0d1
parent0d5cbfe6d72ad362021dea1eb7e024c64b7e41d1 (diff)
parentcd02092fa28e5a9c59eafb1b0bf5cd88d70af39a (diff)
Merge pull request #218 from akarl10/vagl-typo
xrdpdri2.c typo around iris support
-rw-r--r--xrdpdev/xrdpdri2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdpdev/xrdpdri2.c b/xrdpdev/xrdpdri2.c
index 7494554..1fc6a1b 100644
--- a/xrdpdev/xrdpdri2.c
+++ b/xrdpdev/xrdpdri2.c
@@ -192,7 +192,7 @@ rdpDri2Init(ScreenPtr pScreen)
* guess that the DRI and VDPAU drivers have the same name.
*/
if (strcmp(driver_names[0], "i965") == 0 ||
- strcmp(driver_names[0], "iris") == 0) ||
+ strcmp(driver_names[0], "iris") == 0 ||
strcmp(driver_names[0], "crocus") == 0)
{
driver_names[1] = "va_gl";