X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=applet%2Fsrc%2Flivewp-common.h;h=dafabaa20f8d595c4760553ca1621ff1dff4d1c9;hb=22cf36c72adf103e093f3485f1fd7d9abc6a5d02;hp=3534c1364846b9227db381906bb50dcbde3ab261;hpb=7da6d1384eae10fe6a76a12df76798cac61c7b99;p=livewp diff --git a/applet/src/livewp-common.h b/applet/src/livewp-common.h index 3534c13..dafabaa 100644 --- a/applet/src/livewp-common.h +++ b/applet/src/livewp-common.h @@ -29,3 +29,15 @@ #define GETTEXT_PACKAGE "livewp" #include + +typedef struct { + gchar * name; + GSList * child; + gint x; + gint y; + gint z; + double scale; + gboolean visible; + +} MultiActor; +