add helper function client_show to bring together like actions for unhide/raise

This commit is contained in:
okan
2017-12-29 12:54:54 +00:00
parent 156681f0a5
commit 5ddaed415c
4 changed files with 12 additions and 8 deletions

View File

@@ -357,10 +357,7 @@ xev_handle_clientmessage(XEvent *ee)
if ((cc = client_find(e->window)) != NULL) {
if ((old_cc = client_current()) != NULL)
client_ptrsave(old_cc);
if (cc->flags & CLIENT_HIDDEN)
client_unhide(cc);
else
client_raise(cc);
client_show(cc);
client_ptrwarp(cc);
}
} else if (e->message_type == ewmh[_NET_WM_DESKTOP]) {