summaryrefslogtreecommitdiff
path: root/src/render.h
blob: d4a180bebe77b2ff5bcace34afe2f949e2fb117f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef WLCLOCK_RENDER_H
#define WLCLOCK_RENDER_H

#include<stdbool.h>

struct Wlclock_surface;

void render_background_frame (struct Wlclock_surface *surface);
void render_hands_frame (struct Wlclock_surface *surface);

#endif