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) | |
| download | focaccia-qemu-385ac97f8fad0e6980c5dfea71132d5ecfb16608.tar.gz focaccia-qemu-385ac97f8fad0e6980c5dfea71132d5ecfb16608.zip | |
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
diff --git a/ui/vnc.h b/ui/vnc.h index a60fb13115..757fa83044 100644 --- a/ui/vnc.h +++ b/ui/vnc.h @@ -159,7 +159,6 @@ struct VncDisplay QKbdState *kbd; QemuMutex mutex; - QEMUCursor *cursor; int cursor_msize; uint8_t *cursor_mask; |