summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 2fa1c5ef6..eb60b37d5 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -5186,6 +5186,11 @@ Object *ami_gui_splash_open(void)
LayoutEnd,
EndWindow;
+ LOG(("WindowBase = %p", WindowBase));
+ LOG(("WindowObject = %p", win_obj));
+ LOG(("BitMapBase = %p", BitMapBase));
+ LOG(("BitMapObject = %p", bm_obj));
+
LOG(("Attempting to open splash window..."));
win = RA_OpenWindow(win_obj);