Skip to content

Commit

Permalink
Merge pull request FreeRDP#680 from FreeRDP/disable_wayland
Browse files Browse the repository at this point in the history
Disable wayland backend
  • Loading branch information
antenore committed Nov 16, 2015
2 parents 03fbec5 + 11eb618 commit e50b96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions remmina/src/remmina.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ int main(int argc, char* argv[])
GApplicationClass *app_class;
int status;

gdk_set_allowed_backends("x11,broadway,quartz");

remmina_masterthread_exec_save_main_thread_id();

bindtextdomain(GETTEXT_PACKAGE, REMMINA_LOCALEDIR);
Expand Down

0 comments on commit e50b96d

Please sign in to comment.