enlightenment/src/bin/e_comp_wl_shell.h

12 lines
215 B
C

#ifdef E_TYPEDEFS
#else
# ifndef E_COMP_WL_SHELL_H
# define E_COMP_WL_SHELL_H
Eina_Bool e_comp_wl_shell_init(void);
void e_comp_wl_shell_shutdown(void);
struct wl_shell *e_comp_wl_shell_get(void);
# endif
#endif