aboutsummaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-03-02 12:40:19 +0100
committerDrew DeVault <sir@cmpwn.com>2020-03-04 03:09:43 +0100
commitc0811fcf8736961725f7aa848e740f38f2bdf6ed (patch)
treec5d361234a4c4fc4225526791153324e91cd0dbf /include/sway/output.h
parent476773dd32e2f423f58dea39fac8b2dc0ba085b9 (diff)
Make handle_destroy and output_repaint_timer_handler static
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
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,