summaryrefslogtreecommitdiff
path: root/bleh_darwin.m
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-30 11:19:13 -0400
committerPietro Gagliardi <[email protected]>2014-03-30 11:19:13 -0400
commit08dfb5da2034c33b68d7247dd16925960b3b88a3 (patch)
tree054e95178635037bfdc8d78959a4f2bb957fab9c /bleh_darwin.m
parentf2d6daa9ea2203a897ee3af77105273531622aaf (diff)
Attempted to add the Area bare bones and resizing code to the Mac OS X backend. It complains that initWithFrame: is not implemented...
Diffstat (limited to 'bleh_darwin.m')
-rw-r--r--bleh_darwin.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m
index ac6182a..fb57bb3 100644
--- a/bleh_darwin.m
+++ b/bleh_darwin.m
@@ -93,6 +93,7 @@ struct xrect objc_msgSend_stret_rect_noargs(id obj, SEL sel)
id _objc_msgSend_rect(id obj, SEL sel, int64_t x, int64_t y, int64_t w, int64_t h)
{
+printf("%s\n", class_getName(objc_getMetaClass("goArea")));
return objc_msgSend(obj, sel, OurRect());
}