add missing url about the COLOR macro
1 files changed, 1 insertions(+), 0 deletions(-) M config.def.h
M config.def.h => config.def.h +1 -0
@@ 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, \