Fix build error for EFL 1.16 migration 24/52224/1 tizen submit/tizen/20151119.043935
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 20 Nov 2015 04:32:22 +0000 (13:32 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 20 Nov 2015 04:32:48 +0000 (13:32 +0900)
Change-Id: I42d47e360d052329a765b5532728923b39c0fc9a

clock-common/include/clock_fwk_define.h
res/edc/worldclock_add.edc

index 389883f..33fb383 100644 (file)
@@ -97,7 +97,7 @@ struct text_part {
        char *msgid;
 };
 //
-typedef struct _Edje_Color_Class {
+typedef struct _Clock_Color_Class {
        const char *name;
        int r, g, b, a;
        int r2, g2, b2, a2;
index 05dfefa..59680a6 100755 (executable)
@@ -116,7 +116,7 @@ group {
                        description {
                                state: "default" 0.0;
                                rel1 { relative: 0.0 0.0; offset: 0 0; to: "add/bg"; }
-                               rel2 { relative: 1.0 (ADD_VIEW_HEIGHT-INPUT_PANEL_H)/ADD_VIEW_HEIGHT); offset: 0 0; to: "add/bg"; }
+                               rel2 { relative: 1.0 ((ADD_VIEW_HEIGHT-INPUT_PANEL_H)/ADD_VIEW_HEIGHT); offset: 0 0; to: "add/bg"; }
                                color: 255 255 255 0;
                        }
                }