summaryrefslogtreecommitdiff
path: root/alf/alf.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-22 21:17:44 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-04-22 21:20:47 +0200
commita61c62ff6d9e95c9cc9a0f55de8e40b8e7339007 (patch)
tree022c6ad4e99eaf592ad5c22970efb1b64afb04ff /alf/alf.h
parentf81e1371de63c0bd4c0ae77cbba0fed908fd58b2 (diff)
label: allow custom background color
Diffstat (limited to 'alf/alf.h')
-rw-r--r--alf/alf.h3
1 files changed, 2 insertions, 1 deletions
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);