diff options
Diffstat (limited to 'include/sway/output.h')
-rw-r--r-- | include/sway/output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 19a61175..369e62ce 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -40,6 +40,7 @@ struct sway_output { struct wl_listener mode; struct wl_listener transform; struct wl_listener scale; + struct wl_listener present; struct wl_listener damage_destroy; struct wl_listener damage_frame; |