Code

list_window: added callback function for row painting
authorMax Kellermann <max@duempel.org>
Sun, 11 Oct 2009 12:53:28 +0000 (14:53 +0200)
committerMax Kellermann <max@duempel.org>
Sun, 11 Oct 2009 12:53:28 +0000 (14:53 +0200)
commit965afb83b0d1e2b9a3df90a9c5010b9af1756af1
tree9b01c2da9c6ca83ab2a27379894b7356963a94f8
parent271507f1f1b9a84a68e81a66a0c9440112a0ed20
list_window: added callback function for row painting

With the function list_window_paint2(), callers can customize how a
row is painted.  The usual callback function is not used anymore.
src/list_window.c
src/list_window.h
src/screen_artist.c
src/screen_browser.c
src/screen_find.c
src/screen_find.h
src/screen_play.c