6 lines
221 B
C
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);
|