Wait for EWMH WM to add _NET_SUPPORTING_WM_CHECK property, addresses #54

This commit is contained in:
Jarcode
2018-08-05 18:22:07 -07:00
parent e694261f4d
commit 198596eaee
3 changed files with 32 additions and 0 deletions

1
xwin.h
View File

@@ -2,6 +2,7 @@
#define XWIN_ALL_DESKTOPS 0xFFFFFFFF
bool xwin_should_render(struct renderer* rd);
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);
void xwin_addstate(struct gl_wcb* wcb, void* impl, const char* state);