started to do info in billboard
[livewp] / applet / src / livewp-actor.h
index 4816432..cfe92a5 100644 (file)
@@ -28,6 +28,7 @@
 #include "livewp-common.h" 
 #include <sys/time.h>
 #include "livewp-rules.h"
+#include <sqlite3.h>
 
 typedef struct _Actor Actor;
 struct _Actor
@@ -73,6 +74,7 @@ void destroy_actor(Actor *actor);
 void set_actor_position(Actor *actor, gint x, gint y, gint z, AWallpaperPlugin *desktop_plugin);
 void set_actor_scale(Actor *actor, double scalex, double scaley);
 void set_actor_visible(Actor *actor, gboolean visible);
+void change_billboard(Actor * actor, AWallpaperPlugin *desktop_plugin);
 void change_moon(Actor * actor, AWallpaperPlugin *desktop_plugin);
 void change_sun(Actor * actor, AWallpaperPlugin *desktop_plugin);
 void change_tram(Actor * actor, AWallpaperPlugin *desktop_plugin);