diff options
author | John Ankarström <john@ankarstrom.se> | 2022-03-02 18:31:34 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-03-02 18:31:34 +0100 |
commit | de437e83986d80f2fd49291969d154885ede7e9d (patch) | |
tree | 10c1974a2a0c5e68e5ba165a85fc7397e5a393a8 /c/defs.h | |
parent | 196aeb5a981e184c9eb48a8215639252812f2608 (diff) | |
download | EpisodeBrowser-de437e83986d80f2fd49291969d154885ede7e9d.tar.gz |
Handle theme updates, improve focus handling
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ void UpdateLayout(); /* listview.c */ HWND LvCreate(HMENU); +void LvSetTheme(HWND, int); /* episodelistview.c */ HWND ElvCreate(); |