...draw.h has nothing, so more TODOs. Now for investigating each file in turn.
This commit is contained in:
parent
fdff9b2dbb
commit
98fe8736b5
|
@ -1,5 +1,7 @@
|
|||
// 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
|
||||
|
|
Loading…
Reference in New Issue