From caf9770edd71d872bca96116e6b33959037a9809 Mon Sep 17 00:00:00 2001 From: tasn 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 git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63288 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_priv.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_priv.h b/src/lib/elm_priv.h index 06c84c4..df73af6 100644 --- a/src/lib/elm_priv.h +++ b/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 -- 2.7.4