From c2d03f0e6eb296b711571149236e5acf01b217ba Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 31 Jan 2021 22:49:29 +1100 Subject: [PATCH] Update NSFontWeightRegular to float const --- v2/internal/ffenestri/menu_darwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/internal/ffenestri/menu_darwin.h b/v2/internal/ffenestri/menu_darwin.h index 05ef13b4..3635f49c 100644 --- a/v2/internal/ffenestri/menu_darwin.h +++ b/v2/internal/ffenestri/menu_darwin.h @@ -22,7 +22,7 @@ typedef struct _NSRange { #define NSFontWeightUltraLight -0.8 #define NSFontWeightThin -0.6 #define NSFontWeightLight -0.4 -#define NSFontWeightRegular 0 +#define NSFontWeightRegular 0.0 #define NSFontWeightMedium 0.23 #define NSFontWeightSemibold 0.3 #define NSFontWeightBold 0.4