From adac4d98bb9acdeb76725c946e53ff0e2c0235df Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 1 May 2016 12:53:17 +0100 Subject: More logging --- frontends/amiga/bitmap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/amiga/bitmap.c') diff --git a/frontends/amiga/bitmap.c b/frontends/amiga/bitmap.c index fb30ab521..3ce74a3a1 100644 --- a/frontends/amiga/bitmap.c +++ b/frontends/amiga/bitmap.c @@ -702,6 +702,7 @@ struct BitMap *ami_bitmap_get_native(struct bitmap *bitmap, int width, int height, struct BitMap *friendbm) { if(bitmap == NULL) return NULL; + LOG("Getting native BitMap for %p", bitmap); if(__builtin_expect(ami_plot_screen_is_palettemapped() == true, 0)) { return ami_bitmap_get_palettemapped(bitmap, width, height, friendbm); @@ -719,6 +720,8 @@ void ami_bitmap_fini(void) static nserror bitmap_render(struct bitmap *bitmap, struct hlcache_handle *content) { #ifdef __amigaos4__ + LOG("Entering bitmap_render"); + struct redraw_context ctx = { .interactive = false, .background_images = true, -- cgit v1.2.3