summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 43d96e3..8f08b9d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -47,7 +47,6 @@ static Evas_Object *_add_win(const char *name)
return NULL;
elm_win_title_set(win, MEDIAHUB_WIN_TITLE);
- elm_win_alpha_set(win, EINA_TRUE);
elm_win_role_set(win, "video");
elm_win_screen_size_get(win, NULL, NULL, &w, &h);
evas_object_resize(win, w, h);