From 77a60d63a6aa6ffc02c541a8cdc7483744cc827c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 16:38:51 -0400 Subject: Fixed compiler errors and bugs. uiButton on Mac OS X works! --- new/ui_darwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/ui_darwin.h') 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 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 -- cgit v1.2.3