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

This commit is contained in:
Nishi 2026-05-07 19:42:51 +09:00
commit 4410656236
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -87,7 +87,7 @@ MWDECL int MWAPI MwDefaultBorderWidth(MwWidget handle);
* @brief Gets default thin border width
* @param handle Widget
*/
MWAPI int MwDefaultThinBorderWidth(MwWidget handle);
MWDECL int MwDefaultThinBorderWidth(MwWidget handle);
#ifdef __cplusplus
}