diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-07 15:25:41 +0200 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-07 15:25:41 +0200 |
commit | b9948793a5f02a649f1baf700baefab40e044567 (patch) | |
tree | 04240d53f3e6b9d7d39ef8c146bdf4067dcef7ca /config.h | |
parent | a49ff50578c3527634ff7cad11c8a2878403fde8 (diff) |
Add manpage, ignore spaces in tokens, introduce interval
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ extern const char **run_watches; extern unsigned int num_run_watches; extern const char *wmii_normcolors; extern const char order[MAX_ORDER][2]; +extern int interval; extern bool use_colors; #endif |