mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Add outputs to the tree
This commit is contained in:
parent
733993a651
commit
db4fb1c85c
8 changed files with 229 additions and 4 deletions
|
|
@ -5,9 +5,11 @@
|
|||
#include <wlr/types/wlr_output.h>
|
||||
|
||||
struct sway_server;
|
||||
struct sway_container;
|
||||
|
||||
struct sway_output {
|
||||
struct wlr_output *wlr_output;
|
||||
struct sway_container *swayc;
|
||||
struct sway_server *server;
|
||||
struct timespec last_frame;
|
||||
struct wl_listener frame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue