From 7a396be9d8f7aed90bb3cc19f30d75f624fca8f7 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Tue, 31 Jul 2012 22:05:22 +0000 Subject: [PATCH] [elm] Elm container a little bit more future-proof. SVN revision: 74674 --- src/lib/elm_widget_container.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib/elm_widget_container.h b/src/lib/elm_widget_container.h index 6405764..d824858 100644 --- a/src/lib/elm_widget_container.h +++ b/src/lib/elm_widget_container.h @@ -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; +}; /** * @} */ -- 2.7.4