From a61c62ff6d9e95c9cc9a0f55de8e40b8e7339007 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Wed, 22 Apr 2020 21:17:44 +0200 Subject: label: allow custom background color --- alf/alf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'alf/alf.h') diff --git a/alf/alf.h b/alf/alf.h index 0d336c9..721a2e5 100644 --- a/alf/alf.h +++ b/alf/alf.h @@ -217,7 +217,8 @@ ALF_UpdateFonts(HWND win); // Only the following widgets have background colors: // - Top-Level window // - Panel -// TODO fix label, button +// - Label +// TODO: button, ... void ALF_SetBackgroundColor(HWND win, ALFColor color); -- cgit v1.2.3