No "blanking" between images in E-Slides.

SVN revision: 22157
This commit is contained in:
Kim Woelders 2006-04-16 08:41:59 +00:00
parent 11981bde8e
commit 23954d3e9c
1 changed files with 2 additions and 1 deletions

View File

@ -3481,7 +3481,8 @@ Epplet_draw_image(Epplet_gadget eg, char un_only)
}
XSetWindowBackgroundPixmap(disp, g->general.parent->win,
g->general.parent->bg_pmap);
XClearWindow(disp, g->general.parent->win);
if (!un_only)
XClearWindow(disp, g->general.parent->win);
XFreeGC(disp, gc);
}