git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@43 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 02:43:10 +00:00
parent b20c81b46e
commit a8764925f7
4 changed files with 141 additions and 141 deletions

View File

@@ -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];
};