From: shilpa Date: Thu, 27 May 2010 06:07:07 +0000 (+0900) Subject: [entry] X-Git-Tag: beat-winset-test_0.1.1-40~284^2~2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f969c66a9c2656b0cbeb70f365fe26de5d46e68b;p=framework%2Fuifw%2Felementary.git [entry] --- diff --git a/src/modules/ctxpopup_copypasteUI/copypaste.c b/src/modules/ctxpopup_copypasteUI/copypaste.c index 98aa49d..b80d01b 100755 --- a/src/modules/ctxpopup_copypasteUI/copypaste.c +++ b/src/modules/ctxpopup_copypasteUI/copypaste.c @@ -206,6 +206,7 @@ obj_unhook(Evas_Object *obj) EAPI void obj_longpress(Evas_Object *obj) { + Widget_Data *wd = elm_widget_data_get(obj); Evas_Object *top; const Eina_List *l; diff --git a/src/modules/popup_copypasteUI/copypaste.c b/src/modules/popup_copypasteUI/copypaste.c index 71b087e..39e367a 100755 --- a/src/modules/popup_copypasteUI/copypaste.c +++ b/src/modules/popup_copypasteUI/copypaste.c @@ -161,6 +161,19 @@ elm_modapi_shutdown(void *m) return 1; // succeed always } +// module fucns for the specific module type +EAPI void +obj_hook(Evas_Object *obj) +{ + +} + +EAPI void +obj_unhook(Evas_Object *obj) +{ + +} + EAPI void obj_longpress(Evas_Object *obj) {