add first YOLO: e_client_focus_stack_set()

to quote ecore docs:

DO NOT use this function unless you are the person God comes to ask for
advice when He has trouble managing the Universe.
This commit is contained in:
Mike Blumenkrantz 2015-02-13 15:46:52 -05:00
parent 0af86790b4
commit e2b02d07d5
2 changed files with 8 additions and 0 deletions

View File

@ -3494,6 +3494,12 @@ e_client_focus_stack_get(void)
return focus_stack;
}
YOLO EAPI void
e_client_focus_stack_set(Eina_List *l)
{
focus_stack = l;
}
EAPI Eina_List *
e_client_raise_stack_get(void)
{

View File

@ -821,5 +821,7 @@ EAPI Eina_Bool e_client_desk_window_profile_available_check(E_Client *ec, const
EAPI void e_client_desk_window_profile_wait_desk_set(E_Client *ec, E_Desk *desk);
EAPI void e_client_layout_cb_set(E_Client_Layout_Cb cb);
YOLO EAPI void e_client_focus_stack_set(Eina_List *l);
#include "e_client.x"
#endif