Re: [PATCH weston] window: Initialize workspace state before first roundtrip

2012-10-09 Thread Kristian Høgsberg
On Mon, Oct 08, 2012 at 10:49:04PM +0200, Jonas Ådahl wrote: > 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. Thanks, applied. Kristi

[PATCH weston] window: Initialize workspace state before first roundtrip

2012-10-08 Thread Jonas Ådahl
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 --- clients/window.c |6 +++--- 1 file changed, 3 insertio