E_API Eina_Bool
e_plane_type_set(E_Plane *plane,
- E_Plane_Type_State type)
+ E_Plane_Type type)
{
EINA_SAFETY_ON_NULL_RETURN_VAL(plane, EINA_FALSE);
return EINA_TRUE;
}
-E_API E_Plane_Type_State
+E_API E_Plane_Type
e_plane_type_get(E_Plane *plane)
{
EINA_SAFETY_ON_NULL_RETURN_VAL(plane, E_PLANE_TYPE_INVALID);
E_PLANE_TYPE_VIDEO,
E_PLANE_TYPE_OVERLAY,
E_PLANE_TYPE_CURSOR
-} E_Plane_Type_State;
+} E_Plane_Type;
typedef enum _E_Plane_Color
{
} geometry;
const char *name;
- E_Plane_Type_State type;
+ E_Plane_Type type;
E_Plane_Color color;
E_Client *ec;
EINTERN E_Plane *e_plane_new(E_Output *eout, int zpos, Eina_Bool is_pri);
EINTERN void e_plane_free(E_Plane *plane);
E_API Eina_Bool e_plane_resolution_set(E_Plane *plane, int w, int h);
-E_API Eina_Bool e_plane_type_set(E_Plane *plane, E_Plane_Type_State type);
-E_API E_Plane_Type_State e_plane_type_get(E_Plane *plane);
+E_API Eina_Bool e_plane_type_set(E_Plane *plane, E_Plane_Type type);
+E_API E_Plane_Type e_plane_type_get(E_Plane *plane);
E_API E_Client *e_plane_ec_get(E_Plane *plane);
E_API E_Client *e_plane_ec_prepare_get(E_Plane *plane);
E_API Eina_Bool e_plane_ec_prepare_set(E_Plane *plane, E_Client *ec);