Signed-off-by: Seungjin Park <sj8808.park@samsung.com>
Change-Id: Id3d710117d48f3092a2e2995e775b30bf8e27ab3
e_policy_stack_check_above_lockscreen(ec, ec->layer, NULL, EINA_TRUE);
}
-static void
-_e_policy_wl_stack_changed_send(E_Client *ec)
+E_API void
+e_policy_wl_stack_changed_send(E_Client *ec)
{
E_Client *above = NULL;
E_Client *below = NULL;
if (!e_client_first_mapped_get(ec))
e_client_post_raise_lower_set(ec, EINA_FALSE, EINA_FALSE);
- _e_policy_wl_stack_changed_send(ec);
+ e_policy_wl_stack_changed_send(ec);
}
static void
/* cbhm */
EINTERN void e_policy_wl_clipboard_data_selected_send(E_Client *ec);
+/* aux_message */
+E_API void e_policy_wl_stack_changed_send(E_Client *ec);
#endif /* E_MOD_WL_H */