[elm_colorselector]: merged from Opensource 2. config/slp updated with
[framework/uifw/elementary.git] / src / lib / elm_priv.h
index 94e64aa..f4ec723 100644 (file)
@@ -119,6 +119,7 @@ struct _Elm_Config
    unsigned char thumbscroll_bounce_enable;
    double        thumbscroll_border_friction;
    double        thumbscroll_sensitivity_friction;
+   double        scroll_smooth_time_interval;
    double        scroll_smooth_amount;
    double        scroll_smooth_history_weight;
    double        scroll_smooth_future_time;
@@ -165,6 +166,10 @@ struct _Elm_Config
    double        glayer_long_tap_start_timeout;
    int           access_mode;
    Eina_Bool     glayer_continues_enable;
+   int           week_start;
+   int           weekend_start;
+   int           weekend_len;
+   Eina_List    *color_palette;
 
    /* Not part of the EET file */
    Eina_Bool     is_mirrored : 1;
@@ -274,6 +279,10 @@ char                *_elm_util_text_to_mkup(const char *text);
 
 Eina_Bool            _elm_video_check(Evas_Object *video);
 
+Eina_List           *_elm_config_color_list_get(const char *palette_name);
+void                 _elm_config_color_set(const char *palette_name, int r, int g, int b, int a);
+void                 _elm_config_colors_free(const char *palette_name);
+
 extern char *_elm_appname;
 extern Elm_Config *_elm_config;
 extern const char *_elm_data_dir;