This commit is contained in:
parent
c0bfb51601
commit
37bba97508
2 changed files with 1 additions and 5 deletions
|
|
@ -1276,7 +1276,7 @@ static void MwLLEndStateChangeImpl(MwLL handle) {
|
|||
}
|
||||
|
||||
static int MwLLX11CallInitImpl(void) {
|
||||
MwBool loadX11;
|
||||
MwBool loadX11 = MwFALSE;
|
||||
if(getenv("MILSKO_BACKEND")) {
|
||||
loadX11 |=
|
||||
(strcmp(getenv("MILSKO_BACKEND"), "x11") == 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue