Hello,

i havent tested this at all, but maybe you could give it a try:
in your code i read:

gdk_window_invalidate_rect(gldisplay->window,&gldisplay->allocation,FALSE);

Try passing instead of the allocation a rectangle with the corners value of (0,0)-(gldisplay->width, gldisplay->height).

Luca

_______________________________________________
gtkglext-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkglext-list

Reply via email to