aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-02 21:48:41 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-03-02 21:48:41 +0100
commit85cf754ff86c053c4f7a34b57b1528c0cf655b35 (patch)
tree63456b2ba31b501ca1e0cf8683ff969868760a07 /c/defs.h
parent56d4f25db9cedb5b45a731ce2db004fb03ccc001 (diff)
downloadEpisodeBrowser-85cf754ff86c053c4f7a34b57b1528c0cf655b35.tar.gz
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.
Diffstat (limited to 'c/defs.h')
-rw-r--r--c/defs.h1
1 files changed, 1 insertions, 0 deletions
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);