From d451b543c6a0ea7face2d5344de870d88ee0807a Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 28 Dec 2013 19:42:40 +0100 Subject: Set absolute clipping for every window rectangle, not just the first. --- atari/rootwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atari/rootwin.c b/atari/rootwin.c index a291e1aa9..3c89e6d55 100755 --- a/atari/rootwin.c +++ b/atari/rootwin.c @@ -1054,8 +1054,8 @@ void window_process_redraws(ROOTWIN * rootwin) //gemtk_wm_clear(rootwin->win); */ wind_get_grect(rootwin->aes_handle, WF_FIRSTXYWH, &visible_ro); - plot_set_abs_clipping(&visible_ro); while (visible_ro.g_w > 0 && visible_ro.g_h > 0) { + plot_set_abs_clipping(&visible_ro); //dbg_grect("visible ", &visible_ro); -- cgit v1.2.3