summaryrefslogtreecommitdiff
path: root/new/ui_darwin.h
diff options
context:
space:
mode:
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