mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
egl-headless: use DisplayOptions
Switch egl-headless ui to use qapi DisplayOptions for configuration. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 20180202111022.19269-8-kraxel@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
78782712a6
commit
0d2dd9f009
4 changed files with 7 additions and 5 deletions
|
@ -154,7 +154,7 @@ static const DisplayChangeListenerOps egl_ops = {
|
|||
.dpy_gl_update = egl_scanout_flush,
|
||||
};
|
||||
|
||||
void egl_headless_init(void)
|
||||
void egl_headless_init(DisplayOptions *opts)
|
||||
{
|
||||
QemuConsole *con;
|
||||
egl_dpy *edpy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue