summaryrefslogtreecommitdiff
path: root/alf/alfpriv.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-25 21:13:07 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-25 21:13:07 +0200
commitd1be0b5dce72a3bc355e915916955b1a9a267c47 (patch)
treef4f44a9d4ca109d68839b0a0d44e1fea1d1dc4f9 /alf/alfpriv.h
parente9911ec586892bc150dbe39ecc1ecf300d89a6f4 (diff)
toplevel window: make it a dialog
when you're reimplementing parts of the dialog manager, might as well just use the real thing
Diffstat (limited to 'alf/alfpriv.h')
-rw-r--r--alf/alfpriv.h4
1 files changed, 4 insertions, 0 deletions
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);