summaryrefslogtreecommitdiff
path: root/unlock_indicator.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-01-03 22:18:33 +0000
committerMichael Stapelberg <michael@stapelberg.de>2012-01-03 22:18:33 +0000
commit0e7e009f4500e970c3ec7e598350d1859724ec7e (patch)
treef92ddb62a6bb032728b20ad64e3e5212b5807d97 /unlock_indicator.h
parentf94fb9b5f8705065e0e7a244adce0f785ba700ee (diff)
Properly free timeouts, move one of the timeouts to unlock_indicator.c
Diffstat (limited to 'unlock_indicator.h')
-rw-r--r--unlock_indicator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/unlock_indicator.h b/unlock_indicator.h
index 6cd7b54..8f039d2 100644
--- a/unlock_indicator.h
+++ b/unlock_indicator.h
@@ -18,5 +18,7 @@ typedef enum {
xcb_pixmap_t draw_image(uint32_t* resolution);
void redraw_screen();
+void start_clear_indicator_timeout();
+void stop_clear_indicator_timeout();
#endif