Merge branch 'billboard'
[livewp] / applet / src / livewp-common.h
index da81e3d..88cb82f 100644 (file)
@@ -60,6 +60,7 @@ struct _Scene
     gint wind_orientation; // +/- 1
     double wind_angle; // [-1 .. 1]
     guint seed; /* init value for random  */
+    guint notification;
 };
 
 typedef struct _AWallpaperPlugin AWallpaperPlugin;
@@ -105,4 +106,11 @@ struct _AWallpaperPluginClass
 #define LIVEWP_SIGNAL_RELOAD_CONFIG_PATH "/org/maemo/livewp/reload_config"
 #define LIVEWP_RELOAD_CONFIG "reload_config"
 #define LIVEWP_RELOAD_PLUGIN "reload_plugin"
+
+/* For DBUS notification */
+#define NOTIFY_SIGNAL_INTERFACE "org.freedesktop.Notifications"
+#define NOTIFY_SIGNAL_PATH "/org/freedesktop/Notifications"
+#define NOTIFY_MEMBER "Notify"
+#define CLOSENOTIFY_MEMBER "NotificationClosed"
+
 #endif