This commit is contained in:
parent
714842461c
commit
fc8330f477
1 changed files with 1 additions and 1 deletions
|
|
@ -2583,7 +2583,7 @@ static int MwLLWaylandCallInitImpl(void) {
|
|||
* - manually checking environment variables
|
||||
*/
|
||||
#ifdef __linux__
|
||||
MwBool loadWayland;
|
||||
MwBool loadWayland = MwFALSE;
|
||||
if(getenv("MILSKO_BACKEND")) {
|
||||
loadWayland |=
|
||||
(strcmp(getenv("MILSKO_BACKEND"), "wayland") == 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue