summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-02 23:47:37 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-03-02 23:47:49 +0000
commitda8d9885d5bbb1fc0976851ec26d74cb06b0a45c (patch)
tree70f90ee80a0e60aadfa7a109eee4753686d97676 /amiga/theme.c
parentcd1800187eb44edf76e10a1a64dbf6bf49b236b0 (diff)
downloadnetsurf-da8d9885d5bbb1fc0976851ec26d74cb06b0a45c.tar.gz
netsurf-da8d9885d5bbb1fc0976851ec26d74cb06b0a45c.tar.bz2
debug
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;