... and format

This commit is contained in:
Nishi 2025-12-05 07:47:01 +09:00
commit 3ec8ccf40f
Signed by: nishi
GPG key ID: 27EF69B208EB9343
18 changed files with 17705 additions and 17722 deletions

View file

@ -1,6 +1,6 @@
#include <Mw/Milsko.h>
MwLLColor MwParseColorName(MwWidget handle, const char* color){
MwLLColor MwParseColorName(MwWidget handle, const char* color) {
if(strcmp(color, "snow") == 0) return MwLLAllocColor(handle->lowlevel, 255, 250, 250);
if(strcmp(color, "ghost white") == 0) return MwLLAllocColor(handle->lowlevel, 248, 248, 255);
if(strcmp(color, "GhostWhite") == 0) return MwLLAllocColor(handle->lowlevel, 248, 248, 255);