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

struct Wlclock_surface;

void render_surface_frame (struct Wlclock_surface *surface);

#endif