new structure created to store notify-bar settings

This commit is contained in:
Frederic Culot 2006-09-15 15:38:14 +00:00
parent 6153457678
commit cc3cabdc2e

View File

@ -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 * Calcurse - text-based organizer
@ -83,3 +83,6 @@ WINDOW *awin = NULL, *cwin = NULL, *twin = NULL, *swin = NULL;
/* Variable to handle pads. */ /* Variable to handle pads. */
struct pad_s *apad; struct pad_s *apad;
/* Variable to store notify-bar settings. */
struct nbar_s *nbar;