summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-09 15:10:12 -0400
committerPietro Gagliardi <[email protected]>2015-04-09 15:10:12 -0400
commit7c6beec879fcea66361b677eb752477f01f65b98 (patch)
tree1deb05a65b7e1efc60ad71cf300c84a8e24d540c /new/uipriv_darwin.h
parent73f68412726f294ff4668e468fb595bb77d50e7e (diff)
Implemented uiWindowSetMargined() on Mac OS X.
Diffstat (limited to 'new/uipriv_darwin.h')
-rw-r--r--new/uipriv_darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h
index 5a48fca..5ec8b4c 100644
--- a/new/uipriv_darwin.h
+++ b/new/uipriv_darwin.h
@@ -40,4 +40,5 @@ extern void setStandardControlFont(NSControl *);
// TODO rename to uiChild
@property uiControl *child;
- (void)uiUpdateNow;
+- (void)uiSetMargined:(BOOL)margined;
@end