dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit f4031590cd506f7afe5aa62ae58b9ef4bac99af5
parent 0ab1ed6530a3891cbf1d9d2943b20f386e0e4a98
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Thu,  5 Oct 2023 22:06:30 -0600

add missing url about the COLOR macro

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,3 +1,4 @@ +/* Taken from https://github.com/djpohly/dwl/issues/466 */ #define COLOR(hex) { ((hex >> 24) & 0xFF) / 255.0f, \ ((hex >> 16) & 0xFF) / 255.0f, \ ((hex >> 8) & 0xFF) / 255.0f, \