Wmfs: Add -C option to load a configuration file

This commit is contained in:
Martin Duquesnoy
2009-07-29 17:14:55 +02:00
parent f252636744
commit 702d6065fa
6 changed files with 24 additions and 14 deletions

View File

@@ -278,6 +278,9 @@ typedef struct
/* Configuration structure */
typedef struct
{
/* Configuration file path */
char confpath[512];
/* Misc option */
char *font;
Bool raisefocus;