From ecd55909529988da476596898f50cd3779d328f0 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 6 Oct 2011 13:42:19 +0000 Subject: [PATCH] hmm no. lets not make this alpha .. by default eh? SVN revision: 63881 --- legacy/emotion/src/bin/emotion_test_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);