aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-20 19:27:31 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-20 19:27:31 +0000
commitd54dd2ee73de03bddadaeb345c0e2d5c87bae06a (patch)
treed7826f9a61cdc68c177e37c30eef3879331dd989 /src/help.c
parentd59b0e15abd775331cd07a886a37c1035028fe28 (diff)
downloadcalcurse-d54dd2ee73de03bddadaeb345c0e2d5c87bae06a.tar.gz
calcurse-d54dd2ee73de03bddadaeb345c0e2d5c87bae06a.zip
new layout configuration menu
Diffstat (limited to 'src/help.c')
-rwxr-xr-xsrc/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/help.c b/src/help.c
index 4679b68..a8fa336 100755
--- a/src/help.c
+++ b/src/help.c
@@ -1,4 +1,4 @@
-/* $calcurse: help.c,v 1.34 2008/12/03 19:31:03 culot Exp $ */
+/* $calcurse: help.c,v 1.35 2008/12/20 19:27:31 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -130,7 +130,7 @@ help_write_pad (window_t *win, char *title, char *text, keys_e action)
* Create and init help screen and its pad, which is used to make the scrolling
* faster.
*/
-static void
+void
help_wins_init (scrollwin_t *hwin, int x, int y, int h, int w)
{
const int PADOFFSET = 4;