forked from pyrite-dev/milsko
stuff
This commit is contained in:
parent
6db3d83945
commit
f45b679be3
8 changed files with 196 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue