[elm] Elm container a little bit more
authorGustavo Lima Chaves <glima@profusion.mobi>
Tue, 31 Jul 2012 22:05:22 +0000 (22:05 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Tue, 31 Jul 2012 22:05:22 +0000 (22:05 +0000)
 future-proof.

SVN revision: 74674

src/lib/elm_widget_container.h

index 6405764..d824858 100644 (file)
@@ -122,6 +122,11 @@ typedef struct _Elm_Container_Smart_Class
                                          const char *part); /* 'Virtual' function on unsetting content from the object, at the given @a part part. Meant to return the content's pointer. */
 } Elm_Container_Smart_Class;
 
+typedef struct _Elm_Container_Smart_Data Elm_Container_Smart_Data;
+struct _Elm_Container_Smart_Data
+{
+   Elm_Widget_Smart_Data base;
+};
 /**
  * @}
  */