Skip to content

Commit

Permalink
Fix X11 fallback during init (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 authored Mar 28, 2023
1 parent 21eb4eb commit 648df66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/platform/linux/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,8 @@ namespace platf {
// Hide it by default
display_cursor = false;
}
sources[source::KMS] = true;
}

sources[source::KMS] = true;
}
#endif
#ifdef SUNSHINE_BUILD_X11
Expand Down

0 comments on commit 648df66

Please sign in to comment.