3abe9ccbd4
The syntax we're using doesn't work when included into C++ sources. So let's make it C++ compabible. It turns out, nobody needs this extra definition which is what's causing issues. Let's just make the initializer trivial without casting the struct. Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14850>