remove dependency with other window systems 98/43398/2
authorHyunil Park <hyunil46.park@samsung.com>
Thu, 9 Jul 2015 01:23:45 +0000 (10:23 +0900)
committerHyunil Park <hyunil46.park@samsung.com>
Thu, 9 Jul 2015 05:52:23 +0000 (14:52 +0900)
Change-Id: I04334dd728af9dfa84db013d497dc6c615e3ef2e
Signed-off-by: Hyunil Park <hyunil46.park@samsung.com>
test/player_es_push_test.c
test/player_media_packet_test.c
test/player_test.c

index 3eeb47e..f0ab154 100755 (executable)
@@ -144,12 +144,12 @@ static void
 create_base_gui(appdata_s *ad)
 {
        /* Enable GLES Backened */
-       elm_config_preferred_engine_set("opengl_x11");
+       elm_config_preferred_engine_set("3d");
 
        /* Window */
        ad->win = create_win(PACKAGE);//elm_win_util_standard_add(PACKAGE, PACKAGE);
        ad->rect = create_render_rect(ad->win);
-        /* This is not supported in 3.0  
+        /* This is not supported in 3.0
        elm_win_wm_desktop_layout_support_set(ad->win, EINA_TRUE);*/
        elm_win_autodel_set(ad->win, EINA_TRUE);
        evas_object_smart_callback_add(ad->win, "delete,request", win_delete_request_cb, ad);
index 1ae79cc..5652298 100755 (executable)
@@ -90,7 +90,7 @@ static void
 create_base_gui(appdata_s *ad)
 {
        /* Enable GLES Backened */
-       elm_config_preferred_engine_set("opengl_x11");
+       elm_config_preferred_engine_set("3d");
 
        /* Window */
        ad->win = elm_win_util_standard_add(PACKAGE, PACKAGE);
index d6f22e5..1a5640b 100755 (executable)
@@ -191,7 +191,7 @@ static int app_create(void *data)
        Evas_Object *win = NULL;
 
        /* use gl backend */
-       elm_config_preferred_engine_set("opengl_x11");
+       elm_config_preferred_engine_set("3d");
 
        /* create window */
        win = create_win(PACKAGE);