Handle window map_state and VisibilityNotify events, closes #68

This commit is contained in:
Jarcode
2018-10-08 11:18:45 -07:00
parent acdbb8f3b5
commit 83a94e3eb4
7 changed files with 54 additions and 21 deletions

2
xwin.h
View File

@@ -6,7 +6,7 @@
typedef unsigned long int Window;
bool xwin_should_render(struct renderer* rd);
bool xwin_should_render(struct gl_wcb* wcb, void* impl);
void xwin_wait_for_wm(void);
bool xwin_settype(struct gl_wcb* wcb, void* impl, const char* type);
void xwin_setdesktop(struct gl_wcb* wcb, void* impl, unsigned long desktop);