summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/gtk-shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/gtk-shell.c b/shell/gtk-shell.c
index c060b49..86eeef5 100644
--- a/shell/gtk-shell.c
+++ b/shell/gtk-shell.c
@@ -254,6 +254,8 @@ main(int argc, char *argv[])
{
struct desktop *desktop;
+ gdk_set_allowed_backends ("wayland");
+
gtk_init(&argc, &argv);
desktop = malloc(sizeof *desktop);