Some minor formatting.

SVN revision: 23594
This commit is contained in:
Christopher Michael 2006-06-27 00:59:18 +00:00
parent f044210059
commit 749194cee8
1 changed files with 20 additions and 20 deletions

View File

@ -217,21 +217,21 @@ struct _E_Config
char *desklock_personal_passwd; // GUI char *desklock_personal_passwd; // GUI
char *desklock_background; // GUI char *desklock_background; // GUI
int desklock_auth_method; // GUI int desklock_auth_method; // GUI
int desklock_login_box_zone; // GUI int desklock_login_box_zone; // GUI
int desklock_autolock; // GUI int desklock_autolock; // GUI
int desklock_use_timeout; // GUI int desklock_use_timeout; // GUI
double desklock_timeout; // GUI double desklock_timeout; // GUI
int desklock_disable_screensaver; // GUI int desklock_disable_screensaver; // GUI
int display_res_restore; // GUI int display_res_restore; // GUI
int display_res_width; // GUI int display_res_width; // GUI
int display_res_height; // GUI int display_res_height; // GUI
int display_res_hz; // GUI int display_res_hz; // GUI
int display_res_rotation; // GUI int display_res_rotation; // GUI
int border_raise_on_mouse_action; // GUI int border_raise_on_mouse_action; // GUI
int border_raise_on_focus; // GUI int border_raise_on_focus; // GUI
int desk_flip_wrap; // GUI int desk_flip_wrap; // GUI
}; };
struct _E_Config_Module struct _E_Config_Module
@ -327,15 +327,15 @@ struct _E_Config_Gadcon_Client
struct _E_Config_Shelf struct _E_Config_Shelf
{ {
const char *name; const char *name;
int container, zone; int container, zone;
int layer; int layer;
unsigned char popup; unsigned char popup;
int orient; int orient;
unsigned char fit_along; unsigned char fit_along;
unsigned char fit_size; unsigned char fit_size;
const char *style; const char *style;
int size; int size;
}; };
EAPI int e_config_init(void); EAPI int e_config_init(void);