diff options
| author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-12-05 16:56:10 +0100 |
|---|---|---|
| committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-12-05 16:56:10 +0100 |
| commit | 2b7e367207f18a4e965e0bf1105e3af5b05ce7d6 (patch) | |
| tree | c114083b47082644a7f07b0f4ac5425e992237a5 /shell/gtk-shell.c | |
| parent | b5090695c2f928c33ad3c3cef89bf04deb8829d8 (diff) | |
| download | graynard-2b7e367207f18a4e965e0bf1105e3af5b05ce7d6.tar.gz graynard-2b7e367207f18a4e965e0bf1105e3af5b05ce7d6.zip | |
Tell gtk+ we really need the wayland backend
So that it doesn't choose the x11 backend when DISPLAY is set,
e.g. when running weston on x11 or when xwayland is available.
Require gtk+ 3.10 for this.
Diffstat (limited to 'shell/gtk-shell.c')
| -rw-r--r-- | shell/gtk-shell.c | 2 |
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); |
