Set absolute clipping for every window rectangle, not just the first.

This commit is contained in:
Ole Loots 2013-12-28 19:42:40 +01:00
parent e8916548d1
commit d451b543c6
1 changed files with 1 additions and 1 deletions

View File

@ -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);