aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-31 00:24:52 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-03-31 00:24:52 +0200
commit4ec130efd5131f7cf2c48a1625291efdd522e048 (patch)
tree62c1b6c2d8762a448653f95726e7d6d4df1d176a /c/defs.h
parentf7e97646dd9a20f0e4db266c94c79529d8edf169 (diff)
downloadEpisodeBrowser-4ec130efd5131f7cf2c48a1625291efdd522e048.tar.gz
Set minimum window height.
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 fd258f6..afa3927 100644
--- a/c/defs.h
+++ b/c/defs.h
@@ -13,6 +13,7 @@ void UpdateLayout();
/* listview.c */
HWND LvCreate(HMENU);
+int LvHeight(HWND);
void LvSetTheme(HWND, int);
/* episodelistview.c */