devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=44168b4a36bf9535d367266cb1d151531f207c52
commit 44168b4a36bf9535d367266cb1d151531f207c52 Author: Chris Michael <[email protected]> Date: Wed Oct 1 09:48:33 2014 -0400 wl-desktop-shell: Bump xdg protocol version Signed-off-by: Chris Michael <[email protected]> --- src/modules/wl_desktop_shell/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wl_desktop_shell/e_mod_main.c b/src/modules/wl_desktop_shell/e_mod_main.c index 7438c41..d98e08e 100644 --- a/src/modules/wl_desktop_shell/e_mod_main.c +++ b/src/modules/wl_desktop_shell/e_mod_main.c @@ -2,7 +2,7 @@ #include "e.h" #include "e_desktop_shell_protocol.h" -#define XDG_SERVER_VERSION 3 +#define XDG_SERVER_VERSION 4 static void _e_shell_surface_parent_set(E_Client *ec, struct wl_resource *parent_resource) --
