mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"
Files requiring QemuDmaBuf already include "ui/console.h". To clean "qemu/typedefs.h", move the declaration to "ui/console.h" (removing the forward declaration). Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
committed by
Thomas Huth
parent
fd5283fb4b
commit
dfbb251e9f
@@ -179,7 +179,7 @@ struct QEMUGLParams {
|
||||
int minor_ver;
|
||||
};
|
||||
|
||||
struct QemuDmaBuf {
|
||||
typedef struct QemuDmaBuf {
|
||||
int fd;
|
||||
uint32_t width;
|
||||
uint32_t height;
|
||||
@@ -187,7 +187,7 @@ struct QemuDmaBuf {
|
||||
uint32_t fourcc;
|
||||
uint32_t texture;
|
||||
bool y0_top;
|
||||
};
|
||||
} QemuDmaBuf;
|
||||
|
||||
typedef struct DisplayChangeListenerOps {
|
||||
const char *dpy_name;
|
||||
|
||||
Reference in New Issue
Block a user