2015-09-10 13:27:45 -05:00
|
|
|
// 8 september 2015
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
#import <stdint.h>
|
|
|
|
#import "ui.h"
|
2015-09-13 18:26:40 -05:00
|
|
|
#import "uipriv_darwin.h"
|
2015-09-10 13:27:45 -05:00
|
|
|
|
|
|
|
extern uiArea *newArea(uiAreaHandler *ah);
|
|
|
|
|
|
|
|
extern uiDrawContext *newContext(CGContextRef);
|
|
|
|
|
|
|
|
extern NSView *areaGetView(uiArea *);
|
|
|
|
|
|
|
|
extern void areaUpdateScroll(uiArea *);
|