ami pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=09aee47f58165a183bf6687143e086a4f42eb8d7

commit 09aee47f58165a183bf6687143e086a4f42eb8d7
Author: Amitesh Singh <[email protected]>
Date:   Mon Jul 4 13:33:25 2016 +0530

    elm: test_glview - allow window to close
---
 src/bin/elementary/test_glview.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/elementary/test_glview.c b/src/bin/elementary/test_glview.c
index 3136770..2cf4d11 100644
--- a/src/bin/elementary/test_glview.c
+++ b/src/bin/elementary/test_glview.c
@@ -640,6 +640,7 @@ test_glview(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *event_in
                 efl_ui_win_name_set(eo_self, "glview"),
                 efl_text_set(eo_self, "GLView"),
                 efl_ui_win_accel_preference_set(eo_self, "gl:depth"));
+   elm_win_autodel_set(win, EINA_TRUE);
 #endif
 
    bx = elm_box_add(win);

-- 


Reply via email to