aboutsummaryrefslogtreecommitdiffstats
path: root/src/vars.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-09-15 15:38:14 +0000
committerFrederic Culot <calcurse@culot.org>2006-09-15 15:38:14 +0000
commitcc3cabdc2eea75d130d28d4d7a1b9cdd0ad48d34 (patch)
treec486a5ca7ff06eb0303450c0e18f7b8da10cf6da /src/vars.c
parent61534576781c256c6e06944dd471e79b582518ce (diff)
downloadcalcurse-cc3cabdc2eea75d130d28d4d7a1b9cdd0ad48d34.tar.gz
calcurse-cc3cabdc2eea75d130d28d4d7a1b9cdd0ad48d34.zip
new structure created to store notify-bar settings
Diffstat (limited to 'src/vars.c')
-rwxr-xr-xsrc/vars.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vars.c b/src/vars.c
index 524d944..90892ea 100755
--- a/src/vars.c
+++ b/src/vars.c
@@ -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;