mirror of
https://github.com/brl/mutter.git
synced 2025-05-28 09:30:03 +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.