From 4fafc8b49e3f08a87119ef62a54056efba7b6b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 22:59:58 +0100 Subject: Finish Win32 re-implementation. There are still things to be improved upon, but this commit marks feature parity with the XPCE version. --- c/defs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/defs.h') diff --git a/c/defs.h b/c/defs.h index 8c808b7..eabc5fc 100644 --- a/c/defs.h +++ b/c/defs.h @@ -17,8 +17,9 @@ HWND LvCreate(HWND, HMENU); /* episodelistview.c */ HWND ElvCreate(HWND); LRESULT ElvHandleNotify(LPARAM); +int ElvItemEpisode(int); void ElvUpdate(void); -void ElvUpdateName(NMLISTVIEW *); +void ElvUpdateName(int, int); /* datalistview.c */ HWND DlvCreate(HWND); -- cgit v1.2.3