ewmh: Use client_set_sticky() for making clients sticky
commit9e4270f2e7dc0e052323d993839adcaceef0e3ac
authorUli Schlachter <psychon@znc.in>
Mon, 17 Mar 2014 14:38:20 +0000 (17 15:38 +0100)
committerUli Schlachter <psychon@znc.in>
Mon, 17 Mar 2014 14:38:20 +0000 (17 15:38 +0100)
tree1c48253330ccb6f15c47b4f4e3bce3c3b5596caa
parenta9e0d258b79fc450d5d34e22bc7689e9e719a712
ewmh: Use client_set_sticky() for making clients sticky

We can't just directly assign c->sticky directly, because we should emit the
right signals and unban the client if it is currently ban. All of that gets
handled by client_set_sticky().

Signed-off-by: Uli Schlachter <psychon@znc.in>
ewmh.c