From 3f621420a3c7dbfc273c0f8d890597e092e82ab7 Mon Sep 17 00:00:00 2001 From: Aaahh Ahh Date: Wed, 15 Aug 2018 23:14:54 -0400 Subject: [PATCH] Stray letter --- xwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwin.c b/xwin.c index 04a426d..05a243f 100644 --- a/xwin.c +++ b/xwin.c @@ -166,7 +166,7 @@ bool xwin_settype(struct gl_wcb* wcb, void* impl, const char* rtype) { S_UPPER(rtype, type); xwin_changeatom(wcb, impl, type, "_NET_WM_WINDOW_TYPE", "_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) {