Change windown role : no-dim -> notification-normal 84/43784/1 accepted/tizen/mobile/20150714.075145 accepted/tizen/tv/20150714.075151 accepted/tizen/wearable/20150714.075205 submit/tizen/20150714.055751
authorgs86.lee <gs86.lee@samsung.com>
Tue, 14 Jul 2015 02:48:45 +0000 (11:48 +0900)
committergs86.lee <gs86.lee@samsung.com>
Tue, 14 Jul 2015 02:48:45 +0000 (11:48 +0900)
Change-Id: I19c330fac5a9142bb959c2b4345187ad6663aaa4

src/window.c

index d05d35f..6a4f0fd 100644 (file)
@@ -61,7 +61,7 @@ Evas_Object *lock_window_create(int type)
        elm_win_title_set(win, "LOCKSCREEN");
        elm_win_borderless_set(win, EINA_TRUE);
        elm_win_autodel_set(win, EINA_TRUE);
-       elm_win_role_set(win, "no-dim");
+       elm_win_role_set(win, "notification-normal");
 
        elm_win_screen_size_get(win, &x, &y, &w, &h);