mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
font
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@43 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -10,7 +10,7 @@ typedef struct _MwRect MwRect;
|
||||
typedef struct _MwIntegerKeyValue MwIntegerKeyValue;
|
||||
typedef struct _MwTextKeyValue MwTextKeyValue;
|
||||
typedef struct _MwUserHandlerKeyValue MwUserHandlerKeyValue;
|
||||
typedef struct _MwFont MwFont;
|
||||
typedef struct _MwFont MwFont;
|
||||
#ifdef _MILSKO
|
||||
typedef struct _MwWidget *MwWidget, MwWidgetRec;
|
||||
#else
|
||||
@@ -77,8 +77,8 @@ struct _MwClass {
|
||||
};
|
||||
|
||||
struct _MwFont {
|
||||
int left;
|
||||
int top;
|
||||
int left;
|
||||
int top;
|
||||
unsigned char data[14];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user