mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
ui/egl: export qemu_egl_get_error_string()
It will be used from other units. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20230606115658.677673-2-marcandre.lureau@redhat.com>
This commit is contained in:
parent
2fc280734a
commit
044ca4bf45
2 changed files with 7 additions and 7 deletions
|
@ -67,4 +67,6 @@ bool qemu_egl_has_dmabuf(void);
|
|||
|
||||
bool egl_init(const char *rendernode, DisplayGLMode mode, Error **errp);
|
||||
|
||||
const char *qemu_egl_get_error_string(void);
|
||||
|
||||
#endif /* EGL_HELPERS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue