Added "pinned" option for setxwinstate, addresses #4

This commit is contained in:
Jarcode
2018-06-02 09:28:13 -07:00
parent 279437dcd1
commit 4cc8a5e3ba
4 changed files with 38 additions and 20 deletions

3
xwin.h
View File

@@ -1,5 +1,8 @@
#define XWIN_ALL_DESKTOPS 0xFFFFFFFF
bool xwin_should_render(struct renderer* rd);
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);
unsigned int xwin_copyglbg(struct renderer* rd, unsigned int texture);