diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-30 14:25:01 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-30 14:25:01 -0400 |
| commit | 6a40011f85dc26d51e41663f04f0dd304991e3eb (patch) | |
| tree | acd69f8ef1feae234a6189ccda88413ac65c13ae /objc_darwin.h | |
| parent | a1830c88837118e19cf8eea312e5938d106e4548 (diff) | |
Implement Mac OS X AreaHandler.Paint().
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index e94c128..8f65f1c 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -90,6 +90,7 @@ extern id _objc_msgSend_rect_bool(id obj, SEL sel, int64_t x, int64_t y, int64_t extern id objc_msgSend_id_int(id obj, SEL sel, id a, intptr_t b); extern id objc_msgSend_id_uint(id obj, SEL sel, id a, uintptr_t b); m2(id_bool, id, BOOL) +extern id objc_msgSend_point(id obj, SEL sel, int64_t x, int64_t y); m3(id_id_id, id, id, id) m3(sel_id_bool, SEL, id, BOOL) @@ -106,5 +107,6 @@ extern id makeDummyEvent(); /* for area_darwin.go */ extern BOOL addAreaViewDrawMethod(Class); +extern id drawImage(void *, int64_t, int64_t, int64_t, int64_t, int64_t); #endif |
