summaryrefslogtreecommitdiff
path: root/frontends/atari/treeview.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-02-12 18:01:46 +0000
committerVincent Sanders <vince@kyllikki.org>2017-02-12 18:01:46 +0000
commit4361bfeace6f3f184e871f5598138f3f36994e99 (patch)
treee7340795d16f019b578cc779cf873a5c4bfb219e /frontends/atari/treeview.c
parenta3a7cbf06a1d841dd6dee415fb196040c453567a (diff)
downloadnetsurf-4361bfeace6f3f184e871f5598138f3f36994e99.tar.gz
netsurf-4361bfeace6f3f184e871f5598138f3f36994e99.tar.bz2
update atari plotters to new API
Diffstat (limited to 'frontends/atari/treeview.c')
-rw-r--r--frontends/atari/treeview.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/frontends/atari/treeview.c b/frontends/atari/treeview.c
index 93aef6eb6..8e9834ec3 100644
--- a/frontends/atari/treeview.c
+++ b/frontends/atari/treeview.c
@@ -223,7 +223,11 @@ void atari_treeview_redraw(struct core_window *cw)
.background_images = true,
.plot = &atari_plotters
};
- plot_set_dimensions(work.g_x, work.g_y, work.g_w, work.g_h);
+ plot_set_dimensions(&ctx,
+ work.g_x,
+ work.g_y,
+ work.g_w,
+ work.g_h);
if (plot_lock() == false)
return;