make to 32 depth window 59/39459/1 accepted/tizen/tv/20150516.065719 submit/tizen/20150515.105110
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 15 May 2015 10:45:27 +0000 (19:45 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 15 May 2015 10:45:27 +0000 (19:45 +0900)
Change-Id: I1d0fce0239e7bda104f52984d56e46048d296985
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
src/main.cpp

index e8ed30d..9585351 100644 (file)
@@ -78,6 +78,7 @@ Evas_Object *CVideoPlayerApp::sm_AddWin(const char *name)
        if (!win)
                return NULL;
 
+       elm_win_alpha_set(win, EINA_TRUE);
        elm_win_title_set(win, WIN_TITLE);
        elm_win_screen_size_get(win, NULL, NULL, &w, &h);
        evas_object_resize(win, w, h);