On Thu, Nov 02, 2006 at 03:16:42PM +0100, Udo Giacomozzi wrote: > Hello strk, > > Thursday, November 2, 2006, 3:13:36 PM, you wrote: > s> I'm about to try it with gtk/agg, can also try with others. > s> BTW, on the GUI side we still have another problem: when > s> covering the gnash window with another, and then exposing it again, > s> the gui doesn't force redraw of the exposed area (I tought I fixed > s> this in the past, maybe I'm just burned..) > > I know. How can you detect this (in the GTK world)?
You simply get an 'expose' event, with a rectangle too, if we want to be stricter about what needs update... (does your invalidated_rect take this into account ?) > Anyway, you just need to make sure that want_redraw() returns true > when the Gnash window has been uncovered. That'd request full redraw, right ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

