mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
9 lines
143 B
C
9 lines
143 B
C
|
|
#ifndef CG_RENDER_H
|
||
|
|
#define CG_RENDER_H
|
||
|
|
|
||
|
|
#include "output.h"
|
||
|
|
|
||
|
|
void output_render(struct cg_output *output, pixman_region32_t *damage);
|
||
|
|
|
||
|
|
#endif
|