From 85cf754ff86c053c4f7a34b57b1528c0cf655b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 2 Mar 2022 21:48:41 +0100 Subject: Open episode on Enter. This case cannot be handled by NM_RETURN, as the Return key is handled by IsDialogMessage (in the message loop in main), which sends a WM_GETDLGCODE message to the active control. --- c/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/defs.h') diff --git a/c/defs.h b/c/defs.h index f5feb3e..01e896d 100644 --- a/c/defs.h +++ b/c/defs.h @@ -16,6 +16,7 @@ void LvSetTheme(HWND, int); /* episodelistview.c */ HWND ElvCreate(); +void ElvEnter(LPLVITEM); LRESULT ElvHandleNotify(LPARAM); void ElvRedraw(void); void ElvSetTop(int); -- cgit v1.2.3