Apply Almito's patchs for xcompmgr opacity support (#70), skype focus bug (#66) and fix for #68 & #69

This commit is contained in:
Martin Duquesnoy
2011-01-15 20:55:13 +01:00
parent 56b6b467ee
commit 993b408262
8 changed files with 47 additions and 17 deletions

View File

@@ -577,11 +577,7 @@ propertynotify(XPropertyEvent *ev)
case XA_WM_HINTS:
if((h = XGetWMHints(dpy, c->win)) && (h->flags & XUrgencyHint) && c != sel)
{
c->flags |= UrgentFlag;
tags[c->screen][c->tag].urgent = True;
infobar_draw_taglist(c->screen);
client_urgent(c, True);
XFree(h);
}
break;