From 9982e2e6d380926c13689725af2e69acf100d8ad Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 2 Jan 2006 00:10:02 +0000 Subject: [PATCH] Update e_config.h with comments about what is GUI'd SVN revision: 19481 --- src/bin/e_config.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/bin/e_config.h b/src/bin/e_config.h index dc32f7e44..e1c62b56c 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -67,7 +67,7 @@ typedef enum _E_Engine_Context struct _E_Config { int config_version; - int show_splash; + int show_splash; //GUI char *desktop_default_background; Evas_List *desktop_backgrounds; char *desktop_default_name; @@ -78,11 +78,11 @@ struct _E_Config int border_shade_animate; // GUI int border_shade_transition; // GUI double border_shade_speed; // GUI - double framerate; - int image_cache; - int font_cache; - int edje_cache; - int edje_collection_cache; + double framerate; //GUI + int image_cache; //GUI + int font_cache; //GUI + int edje_cache; //GUI + int edje_collection_cache; //GUI double cache_flush_interval; int zone_desks_x_count; int zone_desks_y_count; @@ -167,8 +167,8 @@ struct _E_Config int resize_info_visible; // GUI int focus_last_focused_per_desktop; int focus_revert_on_hide_or_close; - int use_e_cursor; - int cursor_size; + int use_e_cursor; // GUI + int cursor_size; //GUI int menu_autoscroll_margin; // GUI int menu_autoscroll_cursor_margin; // GUI char *input_method;