libui/darwin/draw.h

9 lines
188 B
C

// 6 january 2017
// TODO why do we still have this file; should we just split draw.m or not
struct uiDrawContext {
CGContextRef c;
CGFloat height; // needed for text; see below
};