From 9a1a1209be4461eb3b7ff40eed23aa35ab0c54e2 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 17 Nov 2012 17:19:28 +0000 Subject: debug --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiga/gui.c b/amiga/gui.c index a081a5213..45b0b4157 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -1049,7 +1049,7 @@ bool ami_ns_to_screen_coords(struct gui_window_2 *gwin, int *x, int *y) ns_y *= gwin->bw->scale; if((ns_x < 0) || (ns_x > bbox->Width) || (ns_y < 0) || (ns_y > bbox->Height)) - return false; + /* outside screen bounds, but we don't care yet - return false */; ami_get_hscroll_pos(gwin, (ULONG *)&xs); ami_get_vscroll_pos(gwin, (ULONG *)&ys); -- cgit v1.2.3