From 1845f637033f7d296db8eecbc4c0dfc9d5692385 Mon Sep 17 00:00:00 2001 From: Aharon Hillel Date: Thu, 8 Sep 2011 10:10:38 +0000 Subject: [PATCH] Elm glayer: Moved is_mirrored definition and added comment. Signed-off-by: Aharon Hillel SVN revision: 63288 --- legacy/elementary/src/lib/elm_priv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_priv.h b/legacy/elementary/src/lib/elm_priv.h index 06c84c42af..df73af671c 100644 --- a/legacy/elementary/src/lib/elm_priv.h +++ b/legacy/elementary/src/lib/elm_priv.h @@ -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