summaryrefslogtreecommitdiff
path: root/new/ui_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 16:38:51 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 16:38:51 -0400
commit77a60d63a6aa6ffc02c541a8cdc7483744cc827c (patch)
tree95da186810be45a756d8433e437c268ef3714456 /new/ui_darwin.h
parent3969095a33a518023564ec32f8373bbad913b6c3 (diff)
Fixed compiler errors and bugs. uiButton on Mac OS X works!
Diffstat (limited to 'new/ui_darwin.h')
-rw-r--r--new/ui_darwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/ui_darwin.h b/new/ui_darwin.h
index 0e7afb2..02d0faa 100644
--- a/new/ui_darwin.h
+++ b/new/ui_darwin.h
@@ -11,7 +11,7 @@ This file assumes that you have imported <Cocoa/Cocoa.h> and "ui.h" beforehand.
// The first parameter should come from [RealControlType class].
// The two scrollView parameters allow placing scrollbars on the new control.
// The data parameter can be accessed with uiDarwinControlData().
-extern uiControl *uiDarwinNewControl(Class class, gboolean inScrollView, gboolean scrollViewHasBorder, void *data);
+extern uiControl *uiDarwinNewControl(Class class, BOOL inScrollView, BOOL scrollViewHasBorder, void *data);
extern void *uiDarwinControlData(uiControl *c);
#endif