diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-17 17:49:43 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-17 17:49:43 +0200 |
commit | bb22bc506676fd268ded3b3d6c7b7acea5dc2db9 (patch) | |
tree | f3df0eca434f86ddc70aab0410a5a4bcd4559b2a /c/listview.h | |
parent | cd5ff302d1b03edb6fe81254c585e0e88c8e71ee (diff) | |
download | EpisodeBrowser-bb22bc506676fd268ded3b3d6c7b7acea5dc2db9.tar.gz |
Update type names and variable prefixes.
Diffstat (limited to 'c/listview.h')
-rw-r--r-- | c/listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/listview.h b/c/listview.h index 08511d1..41b7613 100644 --- a/c/listview.h +++ b/c/listview.h @@ -8,7 +8,7 @@ struct ListView ListView(HWND hWndParent, HMENU hMenu, DWORD dwStyle); int Height(int bHeader = -1); HWND Handle(void) const; - virtual void UpdateTheme(int bThemeActive); + virtual void UpdateTheme(BOOL bThemeActive); virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); protected: int m_bHeader = 1; |