|
@@ -324,7 +324,6 @@ void dpy_text_update(QemuConsole *con, int x, int y, int w, int h);
|
|
void dpy_text_resize(QemuConsole *con, int w, int h);
|
|
void dpy_text_resize(QemuConsole *con, int w, int h);
|
|
void dpy_mouse_set(QemuConsole *con, int x, int y, bool on);
|
|
void dpy_mouse_set(QemuConsole *con, int x, int y, bool on);
|
|
void dpy_cursor_define(QemuConsole *con, QEMUCursor *cursor);
|
|
void dpy_cursor_define(QemuConsole *con, QEMUCursor *cursor);
|
|
-bool dpy_cursor_define_supported(QemuConsole *con);
|
|
|
|
bool dpy_gfx_check_format(QemuConsole *con,
|
|
bool dpy_gfx_check_format(QemuConsole *con,
|
|
pixman_format_code_t format);
|
|
pixman_format_code_t format);
|
|
|
|
|