devdraw: OS X native version

This commit is contained in:
Russ Cox 2008-06-30 19:41:08 -04:00
parent 1e77a39450
commit 9142d36228
12 changed files with 2083 additions and 86 deletions

View file

@ -2,3 +2,5 @@ int _drawmsgread(void*, int);
int _drawmsgwrite(void*, int);
void _initdisplaymemimage(Memimage*);
int _latin1(Rune*, int);
int parsewinsize(char*, Rectangle*, int*);