diff options
author | John Ankarström <john@ankarstrom.se> | 2022-05-31 23:53:33 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-05-31 23:53:33 +0200 |
commit | 5b004563a06dd41e5ba474b82088b5ca516bda85 (patch) | |
tree | 99efa34e6b95b6eaba47153a2698482eb30dfa83 /c/defs.h | |
parent | d818325292f8af780d995d4bcd3bc3ea80133ebd (diff) | |
download | EpisodeBrowser-5b004563a06dd41e5ba474b82088b5ca516bda85.tar.gz |
Remember focused episode.
Previously, the episode most recently marked as watched would be
selected on startup.
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ void ElvDoSort(void); LRESULT ElvHandleNotify(LPARAM); void ElvRedraw(void); void ElvSetTop(int); -void ElvSelectRecent(void); +void ElvSelectFocus(void); void ElvSelectUnwatched(int); void ElvShowFocus(void); void ElvUpdate(void); |