summaryrefslogtreecommitdiff
path: root/alf/alfpriv.h
diff options
context:
space:
mode:
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 aa0b39d..3d0f092 100644
--- a/alf/alfpriv.h
+++ b/alf/alfpriv.h
@@ -30,6 +30,7 @@ typedef struct {
extern TCHAR *_alf_comboClass;
extern TCHAR *_alf_panelClass;
extern TCHAR *_alf_spacerClass;
+extern TCHAR *_alf_labelClass;
int
ALF_CentipointsToPxPriv(ALFWindowPriv *priv, int cptValue);
@@ -53,6 +54,9 @@ void
ALF_RegisterSpacerClass(void);
void
+ALF_RegisterLabelClass(void);
+
+void
ALF_BuildUniqueName(TCHAR *buf, const TCHAR *prefix, ULONG_PTR uniquifier);
BOOL