... and format

This commit is contained in:
NishiOwO
2025-12-05 07:47:01 +09:00
parent 86d1de7221
commit 3ec8ccf40f
18 changed files with 17705 additions and 17722 deletions

View File

@@ -91,7 +91,6 @@ MWDECL MwU32 MwIconUp[];
*/
MWDECL MwU32 MwIconWarning[];
#ifdef __cplusplus
}
#endif

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);

3
src/icon/back.c generated
View File

@@ -442,5 +442,4 @@ MwU32 MwIconBack[] = {
0xCCFFFF00,
0xCCFFFF00,
0xCCFFFF00,
0
};
0};

3
src/icon/clock.c generated
View File

@@ -2306,5 +2306,4 @@ MwU32 MwIconClock[] = {
0x00000000,
0x00000000,
0x00000000,
0
};
0};

3
src/icon/computer.c generated
View File

@@ -258,5 +258,4 @@ MwU32 MwIconComputer[] = {
0x00000000,
0x00000000,
0x00000000,
0
};
0};

3
src/icon/directory.c generated
View File

@@ -258,5 +258,4 @@ MwU32 MwIconDirectory[] = {
0x2B251DFF,
0xC0C0C000,
0xC0C0C000,
0
};
0};

3
src/icon/down.c generated
View File

@@ -442,5 +442,4 @@ MwU32 MwIconDown[] = {
0xCCFFFF00,
0xCCFFFF00,
0xCCFFFF00,
0
};
0};

3
src/icon/error.c generated
View File

@@ -2306,5 +2306,4 @@ MwU32 MwIconError[] = {
0x00000000,
0x00000000,
0x00000000,
0
};
0};

3
src/icon/file.c generated
View File

@@ -258,5 +258,4 @@ MwU32 MwIconFile[] = {
0xC0C0C000,
0xC0C0C000,
0xC0C0C000,
0
};
0};

3
src/icon/forward.c generated
View File

@@ -442,5 +442,4 @@ MwU32 MwIconForward[] = {
0xCCFFFF00,
0xCCFFFF00,
0xCCFFFF00,
0
};
0};

3
src/icon/info.c generated
View File

@@ -2306,5 +2306,4 @@ MwU32 MwIconInfo[] = {
0x00000000,
0x00000000,
0x00000000,
0
};
0};

3
src/icon/left.c generated
View File

@@ -442,5 +442,4 @@ MwU32 MwIconLeft[] = {
0xCCFFFF00,
0xCCFFFF00,
0xCCFFFF00,
0
};
0};

3
src/icon/news.c generated
View File

@@ -2306,5 +2306,4 @@ MwU32 MwIconNews[] = {
0x00000000,
0x00000000,
0x00000000,
0
};
0};

3
src/icon/note.c generated
View File

@@ -2306,5 +2306,4 @@ MwU32 MwIconNote[] = {
0x00000000,
0x00000000,
0x00000000,
0
};
0};

3
src/icon/right.c generated
View File

@@ -442,5 +442,4 @@ MwU32 MwIconRight[] = {
0xCCFFFF00,
0xCCFFFF00,
0xCCFFFF00,
0
};
0};

3
src/icon/search.c generated
View File

@@ -442,5 +442,4 @@ MwU32 MwIconSearch[] = {
0x000000FF,
0xCCFFFF00,
0xCCFFFF00,
0
};
0};

3
src/icon/up.c generated
View File

@@ -442,5 +442,4 @@ MwU32 MwIconUp[] = {
0xCCFFFF00,
0xCCFFFF00,
0xCCFFFF00,
0
};
0};

3
src/icon/warning.c generated
View File

@@ -2306,5 +2306,4 @@ MwU32 MwIconWarning[] = {
0x00000000,
0x00000000,
0x00000000,
0
};
0};