Re: [PATCH weston] desktop-shell: Fix order of desktop_shell messages

2014-05-12 Thread Kristian Høgsberg
On Sat, May 10, 2014 at 10:43:34AM +0200, Jonas Ådahl wrote: > There was a bug in wayland-scanner that failed to detect when an > message with implicitly set version (i.e. version 1) came after a > message with a newer version. This patch fixes the weston desktop shell > protocol to pass again. >

[PATCH weston] desktop-shell: Fix order of desktop_shell messages

2014-05-10 Thread Jonas Ådahl
There was a bug in wayland-scanner that failed to detect when an message with implicitly set version (i.e. version 1) came after a message with a newer version. This patch fixes the weston desktop shell protocol to pass again. Signed-off-by: Jonas Ådahl --- protocol/desktop-shell.xml | 25 ++