Hey,

I have replaced the defines about ecore signal event in Ecore.h by

enum _Ecore_Event_Signal_Flags
{
    ECORE_EVENT_NONE,
    ECORE_EVENT_SIGNAL_USER, /**< User signal event */
    ECORE_EVENT_SIGNAL_HUP, /**< Hup signal event */
    ECORE_EVENT_SIGNAL_EXIT, /**< Exit signal event */
    ECORE_EVENT_SIGNAL_POWER, /**< Power signal event */
    ECORE_EVENT_SIGNAL_REALTIME, /**< Realtime signal event */
    ECORE_EVENT_COUNT
};

Is the name of the enum good enough ? (I'll add a typedef too)

Vincent

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to