2017-01-06 22:53:23 -06:00
|
|
|
// 6 january 2017
|
|
|
|
|
2018-05-05 21:14:29 -05:00
|
|
|
// TODO why do we still have this file; should we just split draw.m or not
|
|
|
|
|
2017-01-06 22:53:23 -06:00
|
|
|
struct uiDrawContext {
|
|
|
|
CGContextRef c;
|
|
|
|
CGFloat height; // needed for text; see below
|
|
|
|
};
|