Andreas Volz schrieb:
> Hi,
> 
> how could I force gtkglextmm to redisplay the OpenGL widget after I
> pressed a key or moved the mouse. Currently I execute
> 
> on_expose_event (NULL);
> 
> in the key or mouse callback. This seems to work, but is there nothing
> like a glutPostRedisplay() function?


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

Reply via email to