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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/amiga/theme.h b/frontends/amiga/theme.h
index 34a8dd5c3..bf6ba57f7 100644
--- a/frontends/amiga/theme.h
+++ b/frontends/amiga/theme.h
@@ -28,7 +28,8 @@ struct gui_window;
#define AMI_GUI_POINTER_DRAG GUI_POINTER_PROGRESS+2
#define AMI_LASTPOINTER AMI_GUI_POINTER_DRAG
-ULONG throbber_width, throbber_height;
+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);