elementary: fix build break at efl migration. submit/tizen/20181205.064917
authorHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 06:16:31 +0000 (15:16 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 06:16:31 +0000 (15:16 +0900)
Change-Id: I81eee6b28b36fe63adcd73a229952a57e7b4f8e0

src/lib/elementary/elm_priv.h

index 7805842..1892e44 100644 (file)
@@ -169,7 +169,7 @@ struct _Efl_Ui_Theme_Data
  * the users config doesn't need to be wiped - simply new values need
  * to be put in
  */
-# define ELM_CONFIG_FILE_GENERATION 0x0014
+# define ELM_CONFIG_FILE_GENERATION 0x0015
 # define ELM_CONFIG_VERSION_EPOCH_OFFSET 16
 # define ELM_CONFIG_VERSION         ((ELM_CONFIG_EPOCH << ELM_CONFIG_VERSION_EPOCH_OFFSET) | \
                                      ELM_CONFIG_FILE_GENERATION)
@@ -402,9 +402,6 @@ struct _Elm_Config
 //   double        scroll_smooth_future_time;; // not used anymore
    double        scroll_smooth_time_window;
    double        scale;
-//TIZEN_ONLY(20171201): Use win_no_border config temporarily.
-   int           win_no_border;
-//
    int           bgpixmap;
    int           compositing;
    Eina_List    *font_dirs; // priv flags for Elm_Config_Flags -> up to here...