update E_Client->desk member upon focusing a sticky client
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 12 Nov 2015 22:38:58 +0000 (17:38 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 12 Nov 2015 22:38:58 +0000 (17:38 -0500)
commit64ceff507fd542da75dae628ea2446be91b437a3
treec1992049a93480419c4f97181661a49d571db570
parent52866a300af174ee949562a62ff32107f836fade
update E_Client->desk member upon focusing a sticky client

a sticky window previously would always have the desk set for where
it was set as sticky, meaning that anything which tries to access it
will be reading wrong data here.
more useful information to provide is the last desk which the sticky
client was focused on, so update that upon focusing it
src/bin/e_client.c