Merge pull request #44 from kidanger/ignore_tag

Applique la règle ignore_tag au client
This commit is contained in:
Martin Duquesnoy 2012-04-15 14:13:56 -07:00
commit 70bcf3cd50

View File

@ -869,10 +869,8 @@ _apply_rule(struct client *c, struct rule *r)
if(r->flags & RULE_TAB)
W->flags ^= WMFS_TABNOC; /* < can be disable by client_tab_next_opened */
/* TODO
if(r->flags & RULE_IGNORE_TAG)
{}
*/
c->flags |= CLIENT_IGNORE_TAG;
c->flags |= CLIENT_RULED;
}