summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 17:23:24 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 17:23:24 +0100
commit61979923c146b4456d24e794a44c08adc334cff6 (patch)
tree38cff91b5186a82b4fcfe70c4180736a20a21718 /frontends/amiga/gui.c
parentea9932dd00cc5384bc9f19d2addf683712983a4f (diff)
downloadnetsurf-61979923c146b4456d24e794a44c08adc334cff6.tar.gz
netsurf-61979923c146b4456d24e794a44c08adc334cff6.tar.bz2
Use functions for determining throbber bitmap size
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 36918a934..3eafa5952 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -4228,8 +4228,8 @@ gui_window_create(struct browser_window *bw,
CHILD_WeightedWidth, nsoption_int(web_search_width),
LAYOUT_AddChild, g->shared->objects[GID_THROBBER] = SpaceObj,
GA_ID,GID_THROBBER,
- SPACE_MinWidth,throbber_width,
- SPACE_MinHeight,throbber_height,
+ SPACE_MinWidth, ami_theme_throbber_get_width(),
+ SPACE_MinHeight, ami_theme_throbber_get_height(),
SPACE_Transparent,TRUE,
// SPACE_RenderHook, &g->shared->throbber_hook,
SpaceEnd,