diff options
author | Frederic Culot <calcurse@culot.org> | 2008-04-19 21:04:47 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2008-04-19 21:04:47 +0000 |
commit | 2341c900035a5947fea7539c011ff6173ddc80ce (patch) | |
tree | e6dd95431f3797deb00aa178d0d60e61e01b3a17 /src/apoint.h | |
parent | 2e798df3cb498b0e2150a5c2ace47eb80281237e (diff) | |
download | calcurse-2341c900035a5947fea7539c011ff6173ddc80ce.zip |
some memory leaks fixed using valgrind and some minor code cleanup
Diffstat (limited to 'src/apoint.h')
-rwxr-xr-x | src/apoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apoint.h b/src/apoint.h index ef09684..dc71e34 100755 --- a/src/apoint.h +++ b/src/apoint.h @@ -1,4 +1,4 @@ -/* $calcurse: apoint.h,v 1.13 2008/04/12 21:14:03 culot Exp $ */ +/* $calcurse: apoint.h,v 1.14 2008/04/19 21:05:15 culot Exp $ */ /* * Calcurse - text-based organizer @@ -79,6 +79,6 @@ void apoint_scroll_pad_up (int); struct notify_app_s *apoint_check_next (struct notify_app_s *, long); apoint_llist_node_t *apoint_recur_s2apoint_s (recur_apoint_llist_node_t *); void apoint_switch_notify (void); -void apoint_update_panel (window_t *, int); +void apoint_update_panel (int); #endif /* CALCURSE_APOINT_H */ |