Add outputs to the tree

This commit is contained in:
Drew DeVault 2017-11-19 17:04:28 -05:00
parent 733993a651
commit db4fb1c85c
8 changed files with 229 additions and 4 deletions

View file

@ -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;