Skip to content

Commit

Permalink
Only allow x11 as GDK backend as LC uses raw X11 directly and won't w…
Browse files Browse the repository at this point in the history
…ork with Wayland
  • Loading branch information
Fulgen301 committed Jul 2, 2024
1 parent 602e136 commit 9c53fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/C4WinMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ int main(int argc, char *argv[])

// FIXME: This should only be done in developer mode.
#ifdef WITH_DEVELOPER_MODE
gdk_set_allowed_backends("x11");
gtk_init(&argc, &argv);
#endif

Expand Down

0 comments on commit 9c53fb9

Please sign in to comment.