Merge branch 'master' into feature/KASM-4034_unix_sockets

This commit is contained in:
mattmcclaskey
2023-07-26 08:24:10 -04:00
3 changed files with 140 additions and 3 deletions

View File

@@ -2004,6 +2004,8 @@ InitOutput(ScreenInfo *scrInfo, int argc, char **argv)
#else
FatalError("DRI3 disabled at compile time\n");
#endif
} else {
driNode = NULL;
}
} /* end InitOutput */