summaryrefslogtreecommitdiff
path: root/atari/rootwin.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-06 11:01:39 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-06 11:01:39 +0100
commitcaf918d2f28f600184036aef3f096024d3af62a7 (patch)
tree9f5d9d541bb3885e4841c45374664872706e69c9 /atari/rootwin.c
parent0f151e37cba454fcb863b6b38e1780f2b04be903 (diff)
downloadnetsurf-caf918d2f28f600184036aef3f096024d3af62a7.tar.gz
netsurf-caf918d2f28f600184036aef3f096024d3af62a7.tar.bz2
fixup merge of scheduled reformat
Diffstat (limited to 'atari/rootwin.c')
-rwxr-xr-xatari/rootwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/rootwin.c b/atari/rootwin.c
index 7c2cdbcf1..a9c958e04 100755
--- a/atari/rootwin.c
+++ b/atari/rootwin.c
@@ -834,7 +834,7 @@ static void window_redraw_content(ROOTWIN *rootwin, GRECT *content_area,
plot_set_dimensions(content_area->g_x, content_area->g_y,
content_area->g_w, content_area->g_h);
- oldscale = plot_set_scale(browser_window_get_scale(rootwin->active_gui_window->bw));
+ oldscale = plot_set_scale(browser_window_get_scale(rootwin->active_gui_window->browser->bw));
/* first, we make the coords relative to the content area: */
content_area_rel.g_x = clip->g_x - content_area->g_x;