diff options
author | emersion <contact@emersion.fr> | 2017-12-13 15:52:18 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-13 15:52:18 +0100 |
commit | a4619e98c462690f14baf5c0c72c25553e3c6d51 (patch) | |
tree | d5b8341824d7bcc882343f2173c55d23b330346f /include/sway | |
parent | d293c429424a9f96c3fc8143af457645326e7a0e (diff) |
Update output containers on output layout change
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/output.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 11869398..7ca02d7b 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -13,15 +13,7 @@ struct sway_output { struct sway_server *server; struct timespec last_frame; - struct { - struct wl_signal scale; - struct wl_signal transform; - } events; - struct wl_listener frame; - struct wl_listener resolution; - struct wl_listener scale; - struct wl_listener transform; }; #endif |