6 lines
236 B
C
6 lines
236 B
C
|
|
bool xwin_should_render(struct renderer* rd);
|
|
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);
|