From bf2059cb74490feb1c1364cfbe782a4ccaba6c67 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 16 Sep 2022 05:56:59 +0200 Subject: [PATCH] cc_item_progressbar.h: small clean up --- src/gui/components/cc_item_progressbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_item_progressbar.h b/src/gui/components/cc_item_progressbar.h index f5ea152d4..44d767712 100644 --- a/src/gui/components/cc_item_progressbar.h +++ b/src/gui/components/cc_item_progressbar.h @@ -81,7 +81,7 @@ class CProgressBarCache int yoff; fb_pixel_t *pbc_active, *pbc_passive; - ; + static inline unsigned int make16color(__u32 rgb){return 0xFF000000 | rgb;};