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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 9117f350..ccc1097f 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -78,8 +78,6 @@ typedef void (*sway_surface_iterator_func_t)(struct sway_output *output, struct
78 struct wlr_surface *surface, struct wlr_box *box, float rotation, 78 struct wlr_surface *surface, struct wlr_box *box, float rotation,
79 void *user_data); 79 void *user_data);
80 80
81int output_repaint_timer_handler(void *data);
82
83void output_damage_whole(struct sway_output *output); 81void output_damage_whole(struct sway_output *output);
84 82
85void output_damage_surface(struct sway_output *output, double ox, double oy, 83void output_damage_surface(struct sway_output *output, double ox, double oy,