From 30369eb3d06c31ac485935cf2097f741cb354a37 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 2 Jun 2010 17:10:01 +0900 Subject: [PATCH] ctxpopup --- src/lib/Elementary.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 008a45b..3449139 100755 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -1737,7 +1737,7 @@ extern "C" { EAPI void elm_popup_response(Evas_Object *popup, int response_id); EAPI void elm_popup_orient_set(Evas_Object *popup, Elm_Popup_Orient orient); /* Contextual Popup */ - typedef struct _Ctxpopup_Item Elm_Ctxpopup_Item; + typedef struct _Ctx_Popup_Item Elm_Ctxpopup_Item; EAPI Evas_Object* elm_ctxpopup_add(Evas_Object* parent); EAPI void elm_ctxpopup_horizontal_set(Evas_Object* obj, Eina_Bool horizontal); -- 2.7.4