diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-15 22:15:54 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-15 22:15:54 -0400 |
| commit | 524867574b0b38ed00cba35d221f695af7acbb34 (patch) | |
| tree | ce45464d14286c2602fe93cd7ec042159069afdc /area_darwin.h | |
| parent | 31fc77a99df84e334e97cb6718a3f45fa097d2b4 (diff) | |
Removed the Area drawing code from bleh_darwin.m and rewrote it in Objective-C in area_darwin.m.
Diffstat (limited to 'area_darwin.h')
| -rw-r--r-- | area_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/area_darwin.h b/area_darwin.h index d330c3b..e670624 100644 --- a/area_darwin.h +++ b/area_darwin.h @@ -1,6 +1,7 @@ /* 13 may 2014 */ extern id makeArea(void); +extern void drawImage(void *, intptr_t, intptr_t, intptr_t, intptr_t, intptr_t); extern uintptr_t modifierFlags(id); extern struct xpoint getTranslatedEventPoint(id, id); extern intptr_t buttonNumber(id); |
