On 09/09/2015 13:20, Gerd Hoffmann wrote:
> +typedef void *qemu_gl_context;
> +
> +struct qemu_gl_params {
> +    int major_ver;
> +    int minor_ver;
> +};
> +

Please use QEMUGLContext and QEMUGLParams (with a typedef for the latter).

Paolo

Reply via email to