From 261902fcae887249ffa03114e49afdef85fb4442 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Tue, 1 Jan 2019 22:12:51 +0100 Subject: first try at combobox implementation --- alf/alfpriv.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'alf/alfpriv.h') diff --git a/alf/alfpriv.h b/alf/alfpriv.h index a398127..0d5be2f 100644 --- a/alf/alfpriv.h +++ b/alf/alfpriv.h @@ -61,7 +61,14 @@ typedef struct { struct ALFAppPriv { HINSTANCE hInstance; ALFCompatFunctions *compatFn; + TCHAR *comboClass; }; void ALF_UpdateFontsPriv(HWND hwnd, ALFWindowPriv *priv); + +void +ALF_RegisterComboClass(ALFAPP app); + +void +ALF_BuildRandomClassName(const TCHAR *prefix, TCHAR *buf); -- cgit v1.2.3