diff options
author | Gerd Hoffmann | 2018-02-02 12:10:17 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2018-02-20 12:12:04 +0100 |
commit | 0d2dd9f0096327831121e2e4b75249b551f8d8ef (patch) | |
tree | 0220fd08c66070b4ca1f8ee316c0d55d68f2a82c /include/ui/console.h | |
parent | vl: drop no_quit variable (diff) | |
download | qemu-0d2dd9f0096327831121e2e4b75249b551f8d8ef.tar.gz qemu-0d2dd9f0096327831121e2e4b75249b551f8d8ef.tar.xz qemu-0d2dd9f0096327831121e2e4b75249b551f8d8ef.zip |
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>
Diffstat (limited to 'include/ui/console.h')
-rw-r--r-- | include/ui/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 4e4d027936..183d9f2913 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -505,6 +505,6 @@ static inline void early_gtk_display_init(DisplayOptions *opts) #endif /* egl-headless.c */ -void egl_headless_init(void); +void egl_headless_init(DisplayOptions *opts); #endif |