From 44106562365403cecbd31913bc29530ff46c1bc7 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Thu, 7 May 2026 19:42:51 +0900 Subject: [PATCH] oops --- include/Mw/Default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Mw/Default.h b/include/Mw/Default.h index d1fd521..322082b 100644 --- a/include/Mw/Default.h +++ b/include/Mw/Default.h @@ -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 }