mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-04 08:30:51 +00:00
font
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@44 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -10,6 +10,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
MWDECL const char* MwDefaultBackground;
|
||||
MWDECL const char* MwDefaultForeground;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#define MwNtitle "Stitle"
|
||||
#define MwNbackground "Sbackground"
|
||||
#define MwNforeground "Sforeground"
|
||||
|
||||
#define MwNactivateHandler "Cactivate"
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ struct _MwClass {
|
||||
struct _MwFont {
|
||||
int left;
|
||||
int top;
|
||||
unsigned char data[14];
|
||||
unsigned char data[16];
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user