From a18f3cd19aa488eed1e00f4fb2e95555f519562a 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 Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/c72003a50ffb62a8efd1ec8277b1e113c7c13d09 Author: Thilo Graf Date: 2022-09-16 (Fri, 16 Sep 2022) --- 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 676777f65..d85d52a8c 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;};