aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-12-10 19:04:08 +0000
committerFrederic Culot <calcurse@culot.org>2007-12-10 19:04:08 +0000
commitc14845b73c70ce97e0179c43cbb23a5be85b09b1 (patch)
tree27580f783a98497602d18ec24ff145d9e569a1e7
parent4139434f409f8b7b797411598aff5b761ed02489 (diff)
downloadcalcurse-c14845b73c70ce97e0179c43cbb23a5be85b09b1.tar.gz
calcurse-c14845b73c70ce97e0179c43cbb23a5be85b09b1.zip
WEEKINDAYS define added
-rwxr-xr-xsrc/vars.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vars.h b/src/vars.h
index dbf888c..2f7064a 100755
--- a/src/vars.h
+++ b/src/vars.h
@@ -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