diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-20 21:02:59 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-20 21:02:59 -0800 |
commit | c5734e9e38bc583aff305e3c534cfb8b9088bc71 (patch) | |
tree | f02f3dafea7e704a7164011700c56289ab9fed0a /src/draw/ao_blt.c | |
parent | 83cfc271e37f568cb1d821cf6a96750f3ca3854c (diff) |
altos/draw: Add a reasonable API for drawing, add lines.lisp
Also, move the demo drawing into the stm-vga app and out of the vga
driver.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/draw/ao_blt.c')
-rw-r--r-- | src/draw/ao_blt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/draw/ao_blt.c b/src/draw/ao_blt.c index 2060f007..e3f45221 100644 --- a/src/draw/ao_blt.c +++ b/src/draw/ao_blt.c @@ -14,6 +14,7 @@ #include "ao.h" #include "ao_draw.h" +#include "ao_draw_int.h" #define O 0 #define I AO_ALLONES |