diff options
author | John Ankarström <john@ankarstrom.se> | 2022-04-04 01:20:30 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-04-04 01:20:30 +0200 |
commit | 12176831abde1f4545fae95ee9edd5688f8cc584 (patch) | |
tree | 4591be39e96b4deb4f45072808be48724e84108e /c/defs.h | |
parent | d77a1f32a0ea391628a6c43dcfe02f648f1ae488 (diff) | |
download | EpisodeBrowser-12176831abde1f4545fae95ee9edd5688f8cc584.tar.gz |
Remove column headers from data list view.
Diffstat (limited to 'c/defs.h')
-rw-r--r-- | c/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ TCHAR *TszFromSz(const char *, int); void UpdateLayout(); /* listview.c */ -HWND LvCreate(HMENU); -int LvHeight(HWND); +HWND LvCreate(HMENU, DWORD); +int LvHeight(HWND, int); /* episodelistview.c */ HWND ElvCreate(); |