Adding dwmc patch

This commit is contained in:
bakkeby
2019-10-07 23:34:23 +02:00
parent 2612060419
commit ca8638128f
9 changed files with 192 additions and 4 deletions

9
dwm.c
View File

@@ -2069,11 +2069,14 @@ propertynotify(XEvent *e)
}
#endif // SYSTRAY_PATCH
if ((ev->window == root) && (ev->atom == XA_WM_NAME))
if ((ev->window == root) && (ev->atom == XA_WM_NAME)) {
#if DWMC_PATCH
if (!fake_signal())
#endif // DWMC_PATCH
updatestatus();
else if (ev->state == PropertyDelete)
} else if (ev->state == PropertyDelete) {
return; /* ignore */
else if ((c = wintoclient(ev->window))) {
} else if ((c = wintoclient(ev->window))) {
switch(ev->atom) {
default: break;
case XA_WM_TRANSIENT_FOR: