summaryrefslogtreecommitdiff
path: root/alf/alfpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alfpriv.h')
-rw-r--r--alf/alfpriv.h20
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);