Merge branch 'master' into bacardi55

Conflicts:
	src/wmfs.c
This commit is contained in:
Raphael Khaiat
2010-11-30 00:38:27 +01:00
7 changed files with 18 additions and 6 deletions

View File

@@ -148,6 +148,7 @@ enum
wmfs_screen_count,
wmfs_function,
wmfs_cmd,
wmfs_font,
wmfs_statustext,
net_last
};
@@ -333,6 +334,7 @@ typedef struct
char *command;
char histo[HISTOLEN][512];
uint nhisto;
int width;
} Launcher;
/* Button struct */