When we include support (in the wayland compositor) for compiling with
EGL, the inclusion of the EGL headers cause a conflict with the
Status structure name in this module, so lets rename it.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
STATUS_PASSIVE,
STATUS_ATTENTION,
STATUS_LAST
-} Status;
+} Tray_Status;
typedef struct _Notifier_Data
{
const char *path;
Eldbus_Proxy *proxy;
Category category;
- Status status;
+ Tray_Status status;
E_DBusMenu_Item *dbus_item;
const char *id;
const char *title;