mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
9 lines
188 B
C
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
|
|
};
|