cvsimport

This commit is contained in:
okan
2014-02-08 02:49:30 +00:00
7 changed files with 40 additions and 52 deletions

View File

@@ -491,7 +491,8 @@ client_unhide(struct client_ctx *cc)
void
client_urgency(struct client_ctx *cc)
{
cc->flags |= CLIENT_URGENCY;
if (!cc->active)
cc->flags |= CLIENT_URGENCY;
}
void