qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/9] ui/console: add opengl context and scanout


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 3/9] ui/console: add opengl context and scanout support interfaces.
Date: Tue, 15 Sep 2015 10:30:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0


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

[Prev in Thread] Current Thread [Next in Thread]