diff --git a/legacy/emotion/src/bin/emotion_test_main.c b/legacy/emotion/src/bin/emotion_test_main.c index 966015e647..52e6edcae7 100644 --- a/legacy/emotion/src/bin/emotion_test_main.c +++ b/legacy/emotion/src/bin/emotion_test_main.c @@ -723,7 +723,7 @@ main(int argc, char **argv) if (!ecore_evas) goto shutdown_edje; - ecore_evas_alpha_set(ecore_evas, EINA_TRUE); +// ecore_evas_alpha_set(ecore_evas, EINA_TRUE); ecore_evas_callback_delete_request_set(ecore_evas, main_delete_request); ecore_evas_callback_resize_set(ecore_evas, main_resize);