This commit is contained in:
Nishi 2026-05-06 06:10:45 +09:00
commit f45b679be3
Signed by: nishi
GPG key ID: 27EF69B208EB9343
8 changed files with 196 additions and 20 deletions

View file

@ -215,6 +215,7 @@ struct _MwLLTextDispatchTable {
#define MwFLFlagMonospace (1 << 0)
#define MwFLFlagBold (1 << 1)
#define MwFLFlagBitmap (1 << 2)
#define MwFLBuildFont(x) ((MwFLFont)(void*)(size_t)(x))
#ifdef __cplusplus

View file

@ -43,10 +43,12 @@
#define MwNdarkTheme "IdarkTheme"
#define MwNuseMonospace "IuseMonospace"
#define MwNdarkThemeAutomatic "IdarkThemeAutomatic"
#define MwNyear "Iyear"
#define MwNmonth "Imonth"
#define MwNdate "Idate"
#define MwNday "Iday"
#define MwNwaitLayout "IwaitLayout"
#define MwNscale "Iscale"
#define MwNtitle "Stitle"
#define MwNtext "Stext"

View file

@ -13,17 +13,17 @@
/*!
* @brief Minor version
*/
#define MwMINOR 0
#define MwMINOR 1
/*!
* @brief Patchlevel of version, calculated by `patchlevel_alphabet - 'a'`
*/
#define MwPATCH 1
#define MwPATCH 0
/*!
* @brief Version in string
*/
#define MwVERSION "1.0a"
#define MwVERSION "1.1"
/*!
* @brief Version in string