mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
ui: keep current cursor with QemuConsole
Keeping the current cursor around is useful, not only for VNC, but for other displays. Let's move it down, see the following patches for other usages. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
2512a026fa
commit
385ac97f8f
4 changed files with 11 additions and 6 deletions
1
ui/vnc.h
1
ui/vnc.h
|
@ -159,7 +159,6 @@ struct VncDisplay
|
|||
QKbdState *kbd;
|
||||
QemuMutex mutex;
|
||||
|
||||
QEMUCursor *cursor;
|
||||
int cursor_msize;
|
||||
uint8_t *cursor_mask;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue