Merge branch 'master' of https://vcs.maemo.org/git/livewp
[livewp] / applet / src / livewp-common.h
index a8bfddc..da81e3d 100644 (file)
@@ -61,10 +61,13 @@ struct _Scene
     double wind_angle; // [-1 .. 1]
     guint seed; /* init value for random  */
 };
+
 typedef struct _AWallpaperPlugin AWallpaperPlugin;
 typedef struct _AWallpaperPluginClass AWallpaperPluginClass;
 typedef struct _Animation_WallpaperPrivate Animation_WallpaperPrivate;
 
+
+
 struct _Animation_WallpaperPrivate
 {
     gint long_timer;
@@ -92,8 +95,7 @@ struct _AWallpaperPlugin
 
 struct _AWallpaperPluginClass
 {
-    HDHomePluginItemClass parent_class;
-
+  HDHomePluginItemClass parent_class;
 };