systray: Fix duplicate structure name when including EGL headers
authorChris Michael <cp.michael@samsung.com>
Wed, 25 Jun 2014 13:44:06 +0000 (09:44 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 25 Jun 2014 13:44:06 +0000 (09:44 -0400)
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>
src/modules/systray/e_mod_notifier_host_private.h

index 359ec02..f318916 100644 (file)
@@ -12,7 +12,7 @@ typedef enum {
    STATUS_PASSIVE,
    STATUS_ATTENTION,
    STATUS_LAST
-} Status;
+} Tray_Status;
 
 typedef struct _Notifier_Data
 {
@@ -47,7 +47,7 @@ struct _Notifier_Item
    const char *path;
    Eldbus_Proxy *proxy;
    Category category;
-   Status status;
+   Tray_Status status;
    E_DBusMenu_Item *dbus_item;
    const char *id;
    const char *title;