#ifndef E_HINTS_H #define E_HINTS_H EAPI void e_hints_init(void); EAPI void e_hints_client_list_set(void); EAPI void e_hints_client_stacking_set(void); EAPI void e_hints_active_window_set(E_Manager *man, Ecore_X_Window win); EAPI void e_hints_window_name_set(Ecore_X_Window win, const char *name); EAPI void e_hints_desktop_config_set(void); EAPI void e_hints_window_state_set(Ecore_X_Window win); EAPI void e_hints_window_name_get(Ecore_X_Window win); EAPI void e_hints_window_icon_name_get(Ecore_X_Window win); #endif