mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-01 21:38:16 -04:00
term: wayland struct is now not a part of the terminal struct
We do however need access to it, so provide a pointer. The difference is that now we can have a *single* wayland instance, but multiple terminal instances.
This commit is contained in:
parent
33e4b8a5b8
commit
1adab32906
8 changed files with 115 additions and 114 deletions
|
|
@ -12,7 +12,6 @@
|
|||
#include "tllist.h"
|
||||
|
||||
struct monitor {
|
||||
//struct terminal *term;
|
||||
struct wayland *wayl;
|
||||
struct wl_output *output;
|
||||
struct zxdg_output_v1 *xdg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue