From 91460d1ca83964d21abe84399b46d3f1a92d7b10 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sun, 31 May 2020 20:54:48 +0200 Subject: label: implement naming style with underscores --- alf/alf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alf/alf.h') diff --git a/alf/alf.h b/alf/alf.h index 044fa9e..e8a8864 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -451,10 +451,10 @@ HWND ALF_AddLabel(HWND win, WORD id, int x, int y, const TCHAR *text); DWORD -ALF_LabelStyle(HWND hwndLabel); +ALF_Label_Style(HWND hwndLabel); void -ALF_LabelSetStyle(HWND hwndLabel, DWORD style); +ALF_Label_SetStyle(HWND hwndLabel, DWORD style); // edit -- cgit v1.2.3