mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-29 04:23:07 +00:00
cocoa: attempted drawing
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#ifndef __MW_LOWLEVEL_H__
|
||||
#define __MW_LOWLEVEL_H__
|
||||
|
||||
#include "Mw/BaseTypes.h"
|
||||
#include <Mw/MachDep.h>
|
||||
|
||||
typedef struct _MwLLHandler* MwLLHandler;
|
||||
@@ -40,9 +41,9 @@ struct _MwLLCommon {
|
||||
};
|
||||
|
||||
struct _MwLLCommonColor {
|
||||
int red;
|
||||
int green;
|
||||
int blue;
|
||||
MwU8 red;
|
||||
MwU8 green;
|
||||
MwU8 blue;
|
||||
};
|
||||
|
||||
struct _MwLLCommonPixmap {
|
||||
|
||||
Reference in New Issue
Block a user