From fe078af239f3b73651c32bb1cdb158dcab39ad5c Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sun, 30 Jun 2019 12:48:57 +0200 Subject: label reimplement --- alf/alfpriv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alf/alfpriv.h') 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); @@ -52,6 +53,9 @@ ALF_RegisterPanelClass(void); void ALF_RegisterSpacerClass(void); +void +ALF_RegisterLabelClass(void); + void ALF_BuildUniqueName(TCHAR *buf, const TCHAR *prefix, ULONG_PTR uniquifier); -- cgit v1.2.3