diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:12:32 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-11 13:12:32 +0000 |
commit | 875f6e59172fa207cca19adae23e367f35e53782 (patch) | |
tree | f9ba3dc9381d1a802c1cc7739354bbce26197297 /src/vars.h | |
parent | bd9b5c3f0c34a76fab97a89a78ee3f0ef020c61f (diff) | |
download | calcurse-875f6e59172fa207cca19adae23e367f35e53782.tar.gz calcurse-875f6e59172fa207cca19adae23e367f35e53782.zip |
define DAYINSEC added
Diffstat (limited to 'src/vars.h')
-rwxr-xr-x | src/vars.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: vars.h,v 1.2 2006/08/02 21:20:47 culot Exp $ */ +/* $calcurse: vars.h,v 1.3 2006/09/11 13:12:32 culot Exp $ */ /* * Calcurse - text-based organizer @@ -48,6 +48,8 @@ #define ATTR_HIGH 5 #define ATTR_HIGHEST 6 +#define DAYINSEC 86400 + struct pad_s { int width; int length; |