diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-15 15:38:14 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-15 15:38:14 +0000 |
commit | cc3cabdc2eea75d130d28d4d7a1b9cdd0ad48d34 (patch) | |
tree | c486a5ca7ff06eb0303450c0e18f7b8da10cf6da /src | |
parent | 61534576781c256c6e06944dd471e79b582518ce (diff) | |
download | calcurse-cc3cabdc2eea75d130d28d4d7a1b9cdd0ad48d34.tar.gz calcurse-cc3cabdc2eea75d130d28d4d7a1b9cdd0ad48d34.zip |
new structure created to store notify-bar settings
Diffstat (limited to 'src')
-rwxr-xr-x | src/vars.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: vars.c,v 1.1 2006/07/31 21:00:03 culot Exp $ */ +/* $calcurse: vars.c,v 1.2 2006/09/15 15:38:14 culot Exp $ */ /* * Calcurse - text-based organizer @@ -83,3 +83,6 @@ WINDOW *awin = NULL, *cwin = NULL, *twin = NULL, *swin = NULL; /* Variable to handle pads. */ struct pad_s *apad; + +/* Variable to store notify-bar settings. */ +struct nbar_s *nbar; |