mirror of
https://github.com/brl/mutter.git
synced 2025-03-29 22:53:47 +00:00

gluTessCallback() expects an equivalent to a GFunc, but we pass functions with arguments without casting. To get rid of warnings, cast the callback function pointer to the expected type.