typedef struct _E_Policy_Softkey E_Policy_Softkey;
typedef struct _E_Policy_Config_Match E_Policy_Config_Match;
typedef struct _E_Policy_Config_Desk E_Policy_Config_Desk;
-typedef struct _E_Policy_Config_Rot E_Policy_Config_Rot;
typedef struct _E_Policy_Config E_Policy_Config;
typedef struct _E_Policy E_Policy;
typedef struct _E_Policy_System_Info E_Policy_System_Info;
# else
# ifndef E_POLICY_H
# define E_POLICY_H
-# ifndef _
-# ifdef HAVE_GETTEXT
-# define _(str) gettext(str)
-# else
-# define _(str) (str)
-# endif
-# endif
-
struct _E_Policy_Desk
{
E_Desk *desk;
EINTERN void e_policy_stack_clients_restack_above_lockscreen(E_Client *ec_lock, Eina_Bool show);
EINTERN Eina_Bool e_policy_stack_check_above_lockscreen(E_Client *ec, E_Layer layer, E_Layer *new_layer, Eina_Bool set_layer);
-EINTERN Eina_Bool e_policy_conf_rot_enable_get(int angle);
E_API Eina_Bool e_policy_aux_message_use_get(E_Client *ec);
E_API void e_policy_aux_message_send(E_Client *ec, const char *key, const char *val, Eina_List *options);
#define E_MOD_WL_H
#include "config.h"
-#ifdef HAVE_WAYLAND_ONLY
#include <e.h>
Eina_Bool e_policy_wl_init(void);
/* indicator */
void e_policy_wl_indicator_flick_send(E_Client *ec);
-#endif /* HAVE_WAYLAND_ONLY */
#endif /* E_MOD_WL_H */