devilhorns pushed a commit to branch master.

commit 836370422b6c3714a56724af21c71b98788c8412
Author: Chris Michael <[email protected]>
Date:   Tue Aug 6 11:18:11 2013 +0100

    Bump compositor interface version to 3.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_wayland/ecore_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c
index 3ee7aa6..acce728 100644
--- a/src/lib/ecore_wayland/ecore_wl.c
+++ b/src/lib/ecore_wayland/ecore_wl.c
@@ -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);

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to