elementary: forgotten fast path.

SVN revision: 65899
This commit is contained in:
Cedric BAIL 2011-12-05 10:49:46 +00:00
parent 83fa8cf4aa
commit cdec869772
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ test_video(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
win = elm_win_add(NULL, "video", ELM_WIN_BASIC);
elm_win_title_set(win, "Video");
elm_win_autodel_set(win, EINA_TRUE);
elm_win_alpha_set(win, 1); /* Needed to turn video fast path on */
bg = elm_bg_add(win);
evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);