aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index f6dc6af2..50d90d25 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -57,6 +57,7 @@ struct sway_output {
57 uint32_t refresh_nsec; 57 uint32_t refresh_nsec;
58 int max_render_time; // In milliseconds 58 int max_render_time; // In milliseconds
59 struct wl_event_source *repaint_timer; 59 struct wl_event_source *repaint_timer;
60 bool gamma_lut_changed;
60}; 61};
61 62
62struct sway_output_non_desktop { 63struct sway_output_non_desktop {
@@ -187,6 +188,8 @@ enum wlr_direction opposite_direction(enum wlr_direction d);
187 188
188void handle_output_layout_change(struct wl_listener *listener, void *data); 189void handle_output_layout_change(struct wl_listener *listener, void *data);
189 190
191void handle_gamma_control_set_gamma(struct wl_listener *listener, void *data);
192
190void handle_output_manager_apply(struct wl_listener *listener, void *data); 193void handle_output_manager_apply(struct wl_listener *listener, void *data);
191 194
192void handle_output_manager_test(struct wl_listener *listener, void *data); 195void handle_output_manager_test(struct wl_listener *listener, void *data);