summaryrefslogtreecommitdiff
path: root/src/8bpp_plotters.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2009-04-24 13:42:40 +0000
committerVincent Sanders <vince@netsurf-browser.org>2009-04-24 13:42:40 +0000
commit3d5b21e1473dbdee6c3df66d9ba2a9d657f1b486 (patch)
treef88a339bd1510e9cf5cf1a2a33e345dd8014d513 /src/8bpp_plotters.c
parent2b303df06ea14e99e41b118b299bb0bcf58aafd5 (diff)
downloadlibnsfb-3d5b21e1473dbdee6c3df66d9ba2a9d657f1b486.tar.gz
libnsfb-3d5b21e1473dbdee6c3df66d9ba2a9d657f1b486.tar.bz2
add legacy plotter API
svn path=/trunk/libnsfb/; revision=7304
Diffstat (limited to 'src/8bpp_plotters.c')
-rw-r--r--src/8bpp_plotters.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/8bpp_plotters.c b/src/8bpp_plotters.c
index a6bb3a3..40a06f9 100644
--- a/src/8bpp_plotters.c
+++ b/src/8bpp_plotters.c
@@ -13,10 +13,11 @@
#include <string.h>
#include "libnsfb.h"
+#include "libnsfb_plot_util.h"
+
#include "nsfb.h"
#include "nsfb_plot.h"
#include "plotters.h"
-#include "plot_util.h"
static inline uint8_t *get_xy_loc(nsfb_t *nsfb, int x, int y)
{