7 lines
112 B
C
7 lines
112 B
C
|
// 6 january 2017
|
||
|
|
||
|
struct uiDrawContext {
|
||
|
CGContextRef c;
|
||
|
CGFloat height; // needed for text; see below
|
||
|
};
|