From d1be0b5dce72a3bc355e915916955b1a9a267c47 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Mon, 25 May 2020 21:13:07 +0200 Subject: toplevel window: make it a dialog when you're reimplementing parts of the dialog manager, might as well just use the real thing --- alf/alfpriv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alf/alfpriv.h') diff --git a/alf/alfpriv.h b/alf/alfpriv.h index c0e83da..dd36f55 100644 --- a/alf/alfpriv.h +++ b/alf/alfpriv.h @@ -23,6 +23,7 @@ extern TCHAR *_alf_labelClass; extern TCHAR *_alf_notebookClass; extern TCHAR *_alf_buttonClass; extern TCHAR *_alf_groupboxClass; +extern TCHAR _alf_windowClass[]; void ALF_RegisterComboClass(void); @@ -42,6 +43,9 @@ ALF_RegisterButtonClass(void); void ALF_RegisterGroupBoxClass(void); +void +ALF_RegisterWindowClass(void); + HWND ALF_CreatePanelWindow(HWND parent, WORD id); -- cgit v1.2.3