changed struct Actor, init_object, signal logic, Matrix
[livewp] / applet / src / livewp-common.h
index 4fe6bc7..53bbecc 100644 (file)
@@ -95,6 +95,7 @@ typedef struct {
     time_t time_start_animation;
     gint duration_animation;
     void (*func_probability)(gpointer);
+    GPtrArray *child;
 
 } Actor;
 #define LIVEWP_SIGNAL_INTERFACE "org.maemo.livewp"