mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
9 lines
141 B
C
9 lines
141 B
C
#ifndef CG_RENDER_H
|
|
#define CG_RENDER_H
|
|
|
|
struct cg_output;
|
|
|
|
void
|
|
output_render(struct cg_output *output, pixman_region32_t *damage);
|
|
|
|
#endif
|