From 4054b17c661d2e709895e8235e9dce6edaa61e4f Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sat, 18 Apr 2020 09:07:40 +0200 Subject: extract toplevel window stuff into alfwindow.cpp --- alf/alfpriv.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'alf/alfpriv.h') diff --git a/alf/alfpriv.h b/alf/alfpriv.h index a145f8f..d539baf 100644 --- a/alf/alfpriv.h +++ b/alf/alfpriv.h @@ -17,31 +17,11 @@ #include "alfcompat.h" #include "alflayout.h" -typedef struct { - ALFWindowVTable *vtbl; - void *closure; - ALFWindowFonts fonts; - int modalResult; - ALFLayout layout; - WORD defid; - HWND hwndFocus; - HFONT font; -} ALFWindowPriv; - extern TCHAR *_alf_comboClass; extern TCHAR *_alf_panelClass; extern TCHAR *_alf_labelClass; extern TCHAR *_alf_notebookClass; -int -ALF_CentipointsToPxPriv(ALFWindowPriv *priv, int cptValue); - -void -ALF_UpdateFontsPriv(HWND hwnd, ALFWindowPriv *priv); - -BOOL -ALF_PreTranslateMessagePriv(HWND win, ALFWindowPriv *priv, MSG *message); - void ALF_RegisterComboClass(void); -- cgit v1.2.3