diff options
Diffstat (limited to 'src/lib/edje/edje_convert.h')
-rw-r--r-- | src/lib/edje/edje_convert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/edje/edje_convert.h b/src/lib/edje/edje_convert.h index 951d0c6f24..e387e265d4 100644 --- a/src/lib/edje/edje_convert.h +++ b/src/lib/edje/edje_convert.h | |||
@@ -127,6 +127,7 @@ struct _Old_Edje_Part | |||
127 | unsigned char mouse_events; /**< it will affect/respond to mouse events */ | 127 | unsigned char mouse_events; /**< it will affect/respond to mouse events */ |
128 | unsigned char repeat_events; /**< it will repeat events to objects below */ | 128 | unsigned char repeat_events; /**< it will repeat events to objects below */ |
129 | Evas_Event_Flags ignore_flags; /**< ignore flags */ | 129 | Evas_Event_Flags ignore_flags; /**< ignore flags */ |
130 | Evas_Event_Flags mask_flags; /**< mask flags */ | ||
130 | unsigned char scale; /**< should certain properties scale with edje scale factor? */ | 131 | unsigned char scale; /**< should certain properties scale with edje scale factor? */ |
131 | unsigned char precise_is_inside; /**< whether is precisely inside */ | 132 | unsigned char precise_is_inside; /**< whether is precisely inside */ |
132 | unsigned char use_alternate_font_metrics; /**< use alternate font metrics */ | 133 | unsigned char use_alternate_font_metrics; /**< use alternate font metrics */ |