diff options
Diffstat (limited to 'include/sway/output.h')
-rw-r--r-- | include/sway/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 895cb07d..7ca02d7b 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -12,8 +12,8 @@ struct sway_output { struct sway_container *swayc; struct sway_server *server; struct timespec last_frame; + struct wl_listener frame; - struct wl_listener resolution; }; #endif |