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

This commit is contained in:
Nishi 2026-09-14 02:51:00 +09:00
commit d87569d7c0
7 changed files with 196 additions and 67 deletions

View file

@ -52,6 +52,13 @@ MWDECL void MWAPI MwColorTableInit(void);
*/
MWDECL MwLLColor MWAPI MwLightenColor(MwWidget handle, MwLLColor color, int r, int g, int b);
/*!
* @brief Fix a rectangle
* @param handle Widget
* @param rect Rectangle area
*/
MWDECL void MWAPI MwFixRect(MwRect* rect);
/*!
* @brief Draws a filled rectangle
* @param handle Widget