e_policy_wl: rename prefix of e_client_background_state_set for match with e_policy_w... 79/211779/5 accepted/tizen/unified/20190812.235545 submit/tizen/20190812.054222
authorJunseok, Kim <juns.kim@samsung.com>
Fri, 9 Aug 2019 05:11:05 +0000 (14:11 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 12 Aug 2019 05:40:21 +0000 (05:40 +0000)
Change-Id: Ic9e541202541f17ebd5e73a609244c1b6c47cdb3

src/bin/e_policy_wl.c

index 8710c974fa8f72f520f0ce25c6cf5272f136df86..fccce95d8267b732974105e1d2fdc5a39dd06ec8 100644 (file)
@@ -2649,7 +2649,7 @@ _tzpol_iface_cb_supported_aux_hints_get(struct wl_client *client EINA_UNUSED, st
 }
 
 static void
-e_client_background_state_set(E_Client *ec, Eina_Bool state)
+_e_policy_wl_background_state_apply(E_Client *ec, Eina_Bool state)
 {
    if (!ec) return;
 
@@ -2684,7 +2684,7 @@ _e_policy_wl_background_state_set(E_Policy_Wl_Surface *psurf, Eina_Bool state)
    if (state)
      {
         if (psurf->ec)
-          e_client_background_state_set(psurf->ec, EINA_TRUE);
+          _e_policy_wl_background_state_apply(psurf->ec, EINA_TRUE);
         else
           {
              ELOGF("TZPOL",
@@ -2699,7 +2699,7 @@ _e_policy_wl_background_state_set(E_Policy_Wl_Surface *psurf, Eina_Bool state)
    else
      {
         if (psurf->ec)
-          e_client_background_state_set(psurf->ec, EINA_FALSE);
+          _e_policy_wl_background_state_apply(psurf->ec, EINA_FALSE);
         else
           {
              ELOGF("TZPOL",