egl-headless: switch over to new display registry

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180301100547.18962-6-kraxel@redhat.com
This commit is contained in:
Gerd Hoffmann 2018-03-01 11:05:39 +01:00
parent b0766612d1
commit 16ab0a74e4
3 changed files with 19 additions and 16 deletions

View file

@ -456,7 +456,4 @@ int vnc_init_func(void *opaque, QemuOpts *opts, Error **errp);
/* input.c */
int index_from_key(const char *key, size_t key_length);
/* egl-headless.c */
void egl_headless_init(DisplayOptions *opts);
#endif