ecore_evas_wayland_shm_new API usage changed
authorJeonghyun Yun <jh0506.yun@samsung.com>
Mon, 5 Mar 2012 00:42:50 +0000 (19:42 -0500)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Mon, 5 Mar 2012 00:42:50 +0000 (19:42 -0500)
src/lib/elm_win.c

index ca781f2..ecc83c4 100644 (file)
@@ -1666,14 +1666,14 @@ elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type)
           }
         else if (ENGINE_COMPARE(ELM_WAYLAND_SHM)) 
           {
-             win->ee = ecore_evas_wayland_shm_new(NULL, 0, 0, 1, 1, 0);
+             win->ee = ecore_evas_wayland_shm_new(NULL, 0, 0, 0, 1, 1, 0);
              win->evas = ecore_evas_get(win->ee);
 
              _elm_win_frame_add(win, "default");
           }
         else if (ENGINE_COMPARE(ELM_WAYLAND_EGL)) 
           {
-             win->ee = ecore_evas_wayland_egl_new(NULL, 0, 0, 1, 1, 0);
+             win->ee = ecore_evas_wayland_egl_new(NULL, 0, 0, 0, 1, 1, 0);
              win->evas = ecore_evas_get(win->ee);
 
              _elm_win_frame_add(win, "default");