~ruther/dwl

f4031590cd506f7afe5aa62ae58b9ef4bac99af5 — Leonardo Hernández Hernández 1 year, 8 months ago 0ab1ed6
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, \

Do not follow this link