summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.h
diff options
context:
space:
mode:
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);