mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-02 09:01:41 -05:00
8 lines
161 B
C
8 lines
161 B
C
#ifndef CG_RENDERER_H
|
|
#define CG_RENDERER_H
|
|
|
|
#include "output.h"
|
|
|
|
void cage_renderer_render_output(struct cg_output *output, pixman_region32_t *damage);
|
|
|
|
#endif
|