Update what is GUId and IPCd
authorChristopher Michael <cpmichael1@comcast.net>
Thu, 16 Feb 2006 05:08:17 +0000 (05:08 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 16 Feb 2006 05:08:17 +0000 (05:08 +0000)
SVN revision: 20512

src/bin/e_config.c
src/bin/e_config.h

index d7dbc7e..66740c2 100644 (file)
@@ -425,8 +425,8 @@ e_config_init(void)
    E_CONFIG_VAL(D, T, exebuf_pos_max_h, INT);
    E_CONFIG_LIST(D, T, color_classes, _e_config_color_class_edd);
    E_CONFIG_VAL(D, T, use_app_icon, INT);
-   E_CONFIG_VAL(D, T, cfgdlg_auto_apply, INT);
-   E_CONFIG_VAL(D, T, cfgdlg_default_mode, INT);   
+   E_CONFIG_VAL(D, T, cfgdlg_auto_apply, INT); /**/
+   E_CONFIG_VAL(D, T, cfgdlg_default_mode, INT); /**/
    E_CONFIG_LIST(D, T, gadcons, _e_config_gadcon_edd);
 
    e_config = e_config_domain_load("e", _e_config_edd);
index e42f1e5..682a884 100644 (file)
@@ -169,8 +169,8 @@ struct _E_Config
    int         resize_info_follows; // GUI
    int         move_info_visible; // GUI
    int         resize_info_visible; // GUI
-   int         focus_last_focused_per_desktop;
-   int         focus_revert_on_hide_or_close;
+   int         focus_last_focused_per_desktop; // GUI
+   int         focus_revert_on_hide_or_close; // GUI
    int         use_e_cursor; // GUI
    int         cursor_size; //GUI
    int         menu_autoscroll_margin; // GUI
@@ -189,7 +189,7 @@ struct _E_Config
    int         menu_eap_name_show; // GUI
    int         menu_eap_generic_show; // GUI
    int         menu_eap_comment_show; // GUI
-   int         fullscreen_policy;
+   int         fullscreen_policy; // GUI
    int         exebuf_max_exe_list; // GUI
    int         exebuf_max_eap_list; // GUI
    int         exebuf_scroll_animate; // GUI