ewmh: Use client_set_sticky() for making clients sticky
commit0c7901394dd5171570ababf7699fd6935c8a353d
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 15:19:47 +0000 (17 16:19 +0100)
treefdff0c0946de36a3996d57280c6c078d65e339e8
parentb8271845e33b69bf7a6903df0d171398c02b1b41
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