summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 15:45:00 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 15:45:56 -0400
commit96e25cf50293d2c8f33bbd4d2578a4e2b63441f9 (patch)
tree59e11ab0eeff206f4bbfb1460d44b35e4e5dc7ea /new/uipriv_darwin.h
parenta013fe638412809fe3dd18f0231d68d1ce469d56 (diff)
Added the Mac OS X uiContainer. Added it to uiWindow. Added the Mac OS X coordinate system mirroring to the new control logic. Renamed *_darwin.c to *_darwin.m.
Diffstat (limited to 'new/uipriv_darwin.h')
-rw-r--r--new/uipriv_darwin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h
index 191355f..f45b8e6 100644
--- a/new/uipriv_darwin.h
+++ b/new/uipriv_darwin.h
@@ -11,3 +11,8 @@
extern void *uiAlloc(size_t);
extern void *uiRealloc(void *, size_t);
extern void uiFree(void *);
+
+// container_darwin.m
+@interface uiContainer : NSView
+@property uiControl *child;
+@end