Elm glayer: Moved is_mirrored definition and added comment.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63288
This commit is contained in:
Aharon Hillel 2011-09-08 10:10:38 +00:00 committed by Tom Hacohen
parent 429c050b46
commit 1845f63703
1 changed files with 3 additions and 1 deletions

View File

@ -131,7 +131,6 @@ struct _Elm_Config
double longpress_timeout;
unsigned char effect_enable;
unsigned char desktop_entry;
Eina_Bool is_mirrored : 1;
Eina_Bool password_show_last;
double password_show_last_timeout;
double glayer_zoom_finger_factor;
@ -145,6 +144,9 @@ struct _Elm_Config
double glayer_long_tap_start_timeout;
int access_mode;
Eina_Bool glayer_continues_enable;
/* Not part of the EET file */
Eina_Bool is_mirrored : 1;
};
struct _Elm_Module