added options for window position, size and class

This commit is contained in:
Jarcode
2017-11-30 21:02:34 -08:00
parent 2a7d41cf2a
commit 93fa812aa0
6 changed files with 115 additions and 27 deletions

1
xwin.h
View File

@@ -1,2 +1,3 @@
bool xwin_should_render(void);
void xwin_settype(struct renderer* rd, const char* type);