summaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render.h b/src/render.h
index c942a7d..d4a180b 100644
--- a/src/render.h
+++ b/src/render.h
@@ -5,6 +5,7 @@
struct Wlclock_surface;
-void schedule_frame (struct Wlclock_surface *surface, bool background, bool hands);
+void render_background_frame (struct Wlclock_surface *surface);
+void render_hands_frame (struct Wlclock_surface *surface);
#endif