Bump compositor interface version to 3.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-06 11:18:11 +01:00
parent 5be999e0f5
commit 836370422b
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ _ecore_wl_cb_handle_global(void *data, struct wl_registry *registry, unsigned in
if (!strcmp(interface, "wl_compositor"))
{
ewd->wl.compositor =
wl_registry_bind(registry, id, &wl_compositor_interface, 1);
wl_registry_bind(registry, id, &wl_compositor_interface, 3);
}
else if (!strcmp(interface, "wl_output"))
_ecore_wl_output_add(ewd, id);