formatting

SVN revision: 73792
This commit is contained in:
Mike Blumenkrantz 2012-07-13 07:40:22 +00:00
parent 1de132c33c
commit a1a4296f7e
1 changed files with 46 additions and 35 deletions

View File

@ -23,7 +23,8 @@ struct _Config
{
int config_version;
struct {
struct
{
E_Fm2_View_Mode mode;
unsigned char open_dirs_in_place;
unsigned char selector;
@ -38,40 +39,50 @@ struct _Config
unsigned char show_toolbar;
} view;
/* display of icons */
struct {
struct {
struct
{
struct
{
int w, h;
} icon;
struct {
struct
{
int w, h;
} list;
struct {
struct
{
unsigned char w;
unsigned char h;
} fixed;
struct {
struct
{
unsigned char show;
} extension;
const char *key_hint;
} icon;
/* how to sort files */
struct {
struct {
struct
{
struct
{
unsigned char no_case;
struct {
struct
{
unsigned char first;
unsigned char last;
} dirs;
} sort;
} list;
/* control how you can select files */
struct {
struct
{
unsigned char single;
unsigned char windows_modifiers;
} selection;
/* the background - if any, and how to handle it */
/* FIXME: not implemented yet */
struct {
struct
{
const char *background;
const char *frame;
const char *icons;