diff options
author | Frederic Culot <calcurse@culot.org> | 2007-12-10 19:04:08 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2007-12-10 19:04:08 +0000 |
commit | c14845b73c70ce97e0179c43cbb23a5be85b09b1 (patch) | |
tree | 27580f783a98497602d18ec24ff145d9e569a1e7 /src | |
parent | 4139434f409f8b7b797411598aff5b761ed02489 (diff) | |
download | calcurse-c14845b73c70ce97e0179c43cbb23a5be85b09b1.tar.gz calcurse-c14845b73c70ce97e0179c43cbb23a5be85b09b1.zip |
WEEKINDAYS define added
Diffstat (limited to 'src')
-rwxr-xr-x | src/vars.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: vars.h,v 1.17 2007/10/21 13:40:13 culot Exp $ */ +/* $calcurse: vars.h,v 1.18 2007/12/10 19:04:08 culot Exp $ */ /* * Calcurse - text-based organizer @@ -49,6 +49,7 @@ #define DAYINSEC 86400 #define HOURINSEC 3600 #define MININSEC 60 +#define WEEKINDAYS 7 #define STATUSHEIGHT 2 |