diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-18 09:07:40 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-04-18 09:07:40 +0200 |
| commit | 4054b17c661d2e709895e8235e9dce6edaa61e4f (patch) | |
| tree | d58838d16d8547dc56eb7ff4fa0d2854d3e39c2d /alf/alfpriv.h | |
| parent | 13416486e03f9a7b52083cf6e291482a90f8e813 (diff) | |
extract toplevel window stuff into alfwindow.cpp
Diffstat (limited to 'alf/alfpriv.h')
| -rw-r--r-- | alf/alfpriv.h | 20 |
1 files changed, 0 insertions, 20 deletions
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); |
