commit | 9b059099542253c916c032d5df642c7691ff4cab | [log] [tgz] |
---|---|---|
author | Jonas Ådahl <jadahl@gmail.com> | Sat May 10 10:43:34 2014 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon May 12 10:05:28 2014 -0700 |
tree | 6f35fbf007f548e00cc198d6446407ca60071f0b | |
parent | c991513483ec448408be47dbf806c5b300de2b07 [diff] |
desktop-shell: Fix order of desktop_shell messages 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 <jadahl@gmail.com>