diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-01-17 15:24:40 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-03-13 22:57:39 +0400 |
commit | 385ac97f8fad0e6980c5dfea71132d5ecfb16608 (patch) | |
tree | 2b9634e3b166674703a0a5e0493d01c0cc712dc5 /ui/vnc.h | |
parent | 2512a026fab8d526e623426a3002599a2de09d16 (diff) |
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>
Diffstat (limited to 'ui/vnc.h')
-rw-r--r-- | ui/vnc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -159,7 +159,6 @@ struct VncDisplay QKbdState *kbd; QemuMutex mutex; - QEMUCursor *cursor; int cursor_msize; uint8_t *cursor_mask; |