Files
glava/xwin.h
2018-01-09 18:04:48 -08:00

6 lines
221 B
C

bool xwin_should_render(void);
void xwin_settype(struct renderer* rd, const char* type);
void xwin_addstate(struct renderer* rd, const char* state);
unsigned int xwin_copyglbg(struct renderer* rd, unsigned int texture);