color
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-21 10:56:12 +09:00
commit 2e2833f57b
6 changed files with 844 additions and 4712 deletions

View file

@ -18,7 +18,7 @@
MwLLEndDraw(handle->lowlevel); \
}
static void MWAPI MwVaListApply_Internal(MwWidget handle, va_list va, int only_early);
static void MWAPI MwVaListApply_Internal(MwWidget handle, va_list va, int only_early);
static MwWidget MWAPI MwCreateWidget_Internal(MwClass widget_class, const char* name, MwWidget parent, int x, int y, unsigned int width, unsigned int height, int do_prop, va_list prop);
static void lldrawhandler(MwLL handle, void* data) {
@ -998,6 +998,8 @@ int MwLibraryInit(void) {
NULL};
int i;
MwColorTableInit();
MwFLSetup();
for(i = 0; calls[i] != NULL; i++) {