devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bd5852be2957000b034b0c49d2bc253b29f784f1
commit bd5852be2957000b034b0c49d2bc253b29f784f1 Author: Chris Michael <[email protected]> Date: Fri Aug 22 14:30:17 2014 -0400 ecore-wayland: Bump xdg_shell version for pending release Wayland 1.6 is due in 2 weeks. The existing xdg_shell code here will not function with current wayland (from git) unless we bump the xdg version number. @fix Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_wayland/ecore_wl.c | 2 +- src/lib/ecore_wayland/xdg-shell-client-protocol.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c index 754ac04..f6ba9a8 100644 --- a/src/lib/ecore_wayland/ecore_wl.c +++ b/src/lib/ecore_wayland/ecore_wl.c @@ -17,7 +17,7 @@ #endif #include "xdg-shell-client-protocol.h" -#define XDG_VERSION 3 +#define XDG_VERSION 4 /* local function prototypes */ static Eina_Bool _ecore_wl_shutdown(Eina_Bool close); diff --git a/src/lib/ecore_wayland/xdg-shell-client-protocol.h b/src/lib/ecore_wayland/xdg-shell-client-protocol.h index 11eb5cf..66dc5d8 100644 --- a/src/lib/ecore_wayland/xdg-shell-client-protocol.h +++ b/src/lib/ecore_wayland/xdg-shell-client-protocol.h @@ -59,7 +59,7 @@ extern const struct wl_interface xdg_popup_interface; * static_assert to ensure the protocol and implementation versions match. */ enum xdg_shell_version { - XDG_SHELL_VERSION_CURRENT = 3, + XDG_SHELL_VERSION_CURRENT = 4, }; #endif /* XDG_SHELL_VERSION_ENUM */ --
