mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
ui/dbus: initialize cursor_fb
Or else, we may randomly destroy some textures.. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
284c52eec2
commit
8bb6af6792
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ typedef struct egl_fb {
|
|||
QemuDmaBuf *dmabuf;
|
||||
} egl_fb;
|
||||
|
||||
#define EGL_FB_INIT { 0, }
|
||||
|
||||
void egl_fb_destroy(egl_fb *fb);
|
||||
void egl_fb_setup_default(egl_fb *fb, int width, int height);
|
||||
void egl_fb_setup_for_tex(egl_fb *fb, int width, int height,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue