change global variable position
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 9 Feb 2011 02:50:11 +0000 (11:50 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 9 Feb 2011 02:50:11 +0000 (11:50 +0900)
src/clipdrawer.c

index fdc6f5d..d31bd6a 100644 (file)
@@ -24,6 +24,7 @@ static const char *g_images_path[] = {
 
 // gic should live at gengrid callback functions
 Elm_Gengrid_Item_Class gic;
+Ecore_Timer *tm_anim;
 
 typedef struct tag_griditem
 {
@@ -525,8 +526,6 @@ int clipdrawer_create_view(void *data)
        return 0;
 }
 
-Ecore_Timer *tm_anim;
-
 Eina_Bool anim_pos_calc_cb(void *data)
 {
        struct appdata *ad = data;