window: Initialize workspace state before first roundtrip
authorJonas Ådahl <jadahl@gmail.com>
Mon, 8 Oct 2012 20:49:04 +0000 (22:49 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 10 Oct 2012 02:47:24 +0000 (22:47 -0400)
commitf77beeb981d64f3274a44ff2e16c43ed24d2a32f
tree5194bbbb4ac087976e9f4710299144fa70609d39
parent71c474416a592a00db1f136eec822b2dbce0132f
window: Initialize workspace state before first roundtrip

The workspace state parameters were initialized after the first
roundtrip. If a workspace manager state event was received during this
roundtrip the state parameters were cleared leaving an incorrect state.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
clients/window.c