Elm glayer: Moved is_mirrored definition and added comment.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Sep 2011 10:10:38 +0000 (10:10 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 8 Sep 2011 10:10:38 +0000 (10:10 +0000)
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63288 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_priv.h

index 06c84c4..df73af6 100644 (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