wayland: implement wayl_init()

Wayland instantiation is now done by the wayland backend, not in main.
This commit is contained in:
Daniel Eklöf 2019-10-27 19:08:48 +01:00
parent 1adab32906
commit 61cc8c3c55
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 569 additions and 526 deletions

View file

@ -247,7 +247,7 @@ struct terminal {
} fextents;
struct wayland *wl;
struct wl_window window;
struct wl_window *window;
struct {
int scrollback_lines;