From 27b39a56ef8a2cf94ace5911614d0bd63c26ba06 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 13 May 2014 20:30:02 +0200 Subject: Add a generic list box implementation This adds a very generic list box implementation. List boxes with items of different heights are supported. Two callback functions to determine the height of every single item and to draw a specific item are used. Signed-off-by: Lukas Fleischer --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3559a25..d17da42 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ calcurse_SOURCES = \ ical.c \ io.c \ keys.c \ + listbox.c \ llist.c \ note.c \ notify.c \ -- cgit v1.2.3