summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index 6a0d5dac0..13a16c889 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -36,6 +36,7 @@
#include <intuition/pointerclass.h>
#include <workbench/icon.h>
+#include "utils/log.h"
#include "utils/messages.h"
#include "utils/nsoption.h"
#include "utils/utils.h"
@@ -462,6 +463,8 @@ void gui_window_stop_throbber(struct gui_window *g)
static void ami_throbber_update(void *p)
{
+ LOG("Update throbber %p", p);
+
struct gui_window *g = (struct gui_window *)p;
struct IBox *bbox;
int frame = 0;