cocoa: attempted drawing

This commit is contained in:
IoIxD
2026-01-14 17:13:12 -07:00
parent a710967115
commit 04f1a94cb5
3 changed files with 144 additions and 29 deletions

View File

@@ -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 {