mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-22 06:46:49 -04:00
wayland: implement wayl_init()
Wayland instantiation is now done by the wayland backend, not in main.
This commit is contained in:
parent
1adab32906
commit
61cc8c3c55
6 changed files with 569 additions and 526 deletions
|
|
@ -247,7 +247,7 @@ struct terminal {
|
|||
} fextents;
|
||||
|
||||
struct wayland *wl;
|
||||
struct wl_window window;
|
||||
struct wl_window *window;
|
||||
|
||||
struct {
|
||||
int scrollback_lines;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue