e_policy_wl: disalbe window effect for TIZEN_POLICY_WIN_TYPE_NOTIFICATION type 49/142449/1
authorJuyeon Lee <juyeonne.lee@samsung.com>
Fri, 4 Aug 2017 03:13:54 +0000 (12:13 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Fri, 4 Aug 2017 03:13:58 +0000 (12:13 +0900)
ELM_WIN_NOTIFICATION type window has no effect

Change-Id: I53efd557df36ac8a7157a4bdbc5927bb98fe9c13

src/bin/e_policy_wl.c

index 79d53c9..684cbae 100644 (file)
@@ -1725,6 +1725,7 @@ _tzpol_iface_cb_type_set(struct wl_client *client EINA_UNUSED, struct wl_resourc
          break;
 
       case TIZEN_POLICY_WIN_TYPE_NOTIFICATION:
+         ec->animatable = 0;
          win_type = E_WINDOW_TYPE_NOTIFICATION;
          break;