Merge branch 'billboard'
[livewp] / applet / src / livewp-common.h
index 8dcdd1c..88cb82f 100644 (file)
@@ -62,10 +62,13 @@ struct _Scene
     guint seed; /* init value for random  */
     guint notification;
 };
+
 typedef struct _AWallpaperPlugin AWallpaperPlugin;
 typedef struct _AWallpaperPluginClass AWallpaperPluginClass;
 typedef struct _Animation_WallpaperPrivate Animation_WallpaperPrivate;
 
+
+
 struct _Animation_WallpaperPrivate
 {
     gint long_timer;
@@ -93,8 +96,7 @@ struct _AWallpaperPlugin
 
 struct _AWallpaperPluginClass
 {
-    HDHomePluginItemClass parent_class;
-
+  HDHomePluginItemClass parent_class;
 };