Stray letter
This commit is contained in:
2
xwin.c
2
xwin.c
@@ -166,7 +166,7 @@ bool xwin_settype(struct gl_wcb* wcb, void* impl, const char* rtype) {
|
|||||||
S_UPPER(rtype, type);
|
S_UPPER(rtype, type);
|
||||||
xwin_changeatom(wcb, impl, type, "_NET_WM_WINDOW_TYPE",
|
xwin_changeatom(wcb, impl, type, "_NET_WM_WINDOW_TYPE",
|
||||||
"_NET_WM_WINDOW_TYPE_%s", PropModeReplace);
|
"_NET_WM_WINDOW_TYPE_%s", PropModeReplace);
|
||||||
return !strcmp(type, "DESTKTOP");
|
return !strcmp(type, "DESKTOP");
|
||||||
}
|
}
|
||||||
|
|
||||||
void xwin_addstate(struct gl_wcb* wcb, void* impl, const char* rstate) {
|
void xwin_addstate(struct gl_wcb* wcb, void* impl, const char* rstate) {
|
||||||
|
|||||||
Reference in New Issue
Block a user