summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.h
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/theme.h
parentea9932dd00cc5384bc9f19d2addf683712983a4f (diff)
downloadnetsurf-61979923c146b4456d24e794a44c08adc334cff6.tar.gz
netsurf-61979923c146b4456d24e794a44c08adc334cff6.tar.bz2
Use functions for determining throbber bitmap size
Diffstat (limited to 'frontends/amiga/theme.h')
-rw-r--r--frontends/amiga/theme.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/amiga/theme.h b/frontends/amiga/theme.h
index bf6ba57f7..6de7bc150 100644
--- a/frontends/amiga/theme.h
+++ b/frontends/amiga/theme.h
@@ -28,12 +28,12 @@ struct gui_window;
#define AMI_GUI_POINTER_DRAG GUI_POINTER_PROGRESS+2
#define AMI_LASTPOINTER AMI_GUI_POINTER_DRAG
-extern ULONG throbber_width;
-extern ULONG throbber_height;
-
void ami_theme_init(void);
void ami_get_theme_filename(char *filename, const char *themestring, bool protocol);
+int ami_theme_throbber_get_width(void);
+int ami_theme_throbber_get_height(void);
+
void ami_theme_throbber_setup(void);
void ami_theme_throbber_free(void);
void ami_update_throbber(struct gui_window_2 *g,bool redraw);