elementary: oops revert.

SVN revision: 68396
This commit is contained in:
Cedric BAIL 2012-02-24 11:04:06 +00:00
parent 4c6f423481
commit 9cc9235a0a
1 changed files with 2 additions and 0 deletions

View File

@ -1704,6 +1704,7 @@ 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->evas = ecore_evas_get(win->ee);
_elm_win_frame_add(win, "default");
_elm_win_pointer_add(win, "default");
@ -1711,6 +1712,7 @@ elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type)
else if (ENGINE_COMPARE(ELM_WAYLAND_EGL))
{
win->ee = ecore_evas_wayland_egl_new(NULL, 0, 0, 1, 1, 0);
win->evas = ecore_evas_get(win->ee);
_elm_win_frame_add(win, "default");
_elm_win_pointer_add(win, "default");