#ifndef WLCLOCK_RENDER_H #define WLCLOCK_RENDER_H struct Wlclock_surface; void render_surface_frame (struct Wlclock_surface *surface); #endif