Update what is GUId and IPCd

SVN revision: 20512
This commit is contained in:
Christopher Michael 2006-02-16 05:08:17 +00:00
parent 8510d3dcf1
commit b0da09e195
2 changed files with 5 additions and 5 deletions

View 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);

View 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