Fix X11 fallback during init (#1087)
This commit is contained in:
@@ -578,10 +578,9 @@ namespace platf {
|
|||||||
// Hide it by default
|
// Hide it by default
|
||||||
display_cursor = false;
|
display_cursor = false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
sources[source::KMS] = true;
|
sources[source::KMS] = true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef SUNSHINE_BUILD_X11
|
#ifdef SUNSHINE_BUILD_X11
|
||||||
if (config::video.capture.empty() || config::video.capture == "x11") {
|
if (config::video.capture.empty() || config::video.capture == "x11") {
|
||||||
|
|||||||
Reference in New Issue
Block a user