glgui resume - part-cw/lambdanative GitHub Wiki

(glgui-resume)

glgui-resume reinitialize OpenGL and restarts the rendering of the display elements. It is most commonly found in the resume function (fifth element) of the main procedure declaration.

Example

Example 1: Restart gui rendering, as found at the bottom of apps/uSquish/main.scm

(lambda () (glgui-resume))