Skip to content

Fix up the dummy canvas environment in abstracthandler_callback.

Instead of casting a magic number to a pointer, which is a sure recipe for disaster, provide a properly initialized dummy t_canvasenvironment* pointing to static storage. Discussion at 505f8c88 (comment 8587).

Merge request reports