From: junkyu han Date: Mon, 26 Dec 2016 06:42:01 +0000 (+0900) Subject: Make boot-animation run on gl X-Git-Tag: submit/tizen_3.0/20161226.065149^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F107010%2F1;p=apps%2Fnative%2Fboot-animation.git Make boot-animation run on gl Change-Id: I529e82b8aef93fdae1cdcc7c64e830d8f64fffbe --- diff --git a/src/animation.c b/src/animation.c index da21d5e..b4ede9c 100644 --- a/src/animation.c +++ b/src/animation.c @@ -199,6 +199,8 @@ static int create_window(void) int x, y = 0; + elm_config_accel_preference_set("3d"); + s_animation.win = elm_win_add(NULL, "BOOT_ANIMATION", ELM_WIN_NOTIFICATION); elm_win_role_set(s_animation.win, "alert"); if (!s_animation.win) {