From c0811fcf8736961725f7aa848e740f38f2bdf6ed Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 2 Mar 2020 12:40:19 +0100 Subject: Make handle_destroy and output_repaint_timer_handler static --- include/sway/output.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sway') 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 struct wlr_surface *surface, struct wlr_box *box, float rotation, void *user_data); -int output_repaint_timer_handler(void *data); - void output_damage_whole(struct sway_output *output); void output_damage_surface(struct sway_output *output, double ox, double oy, -- cgit v1.2.3