diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-06-24 17:24:59 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-06-24 17:25:10 +0200 |
commit | 2bb9bf64e5d3b8f5fc2d6651412894fd66401b97 (patch) | |
tree | 80532f7e428cbddab854b16e728a5db4874b3932 | |
parent | 81ef3303f346cb888ffae14ca860bc5eccd76d81 (diff) |
qxl: allow cursor notify requests in QXL_MODE_UNDEFINED.
-rw-r--r-- | hw/qxl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -492,6 +492,7 @@ static int interface_req_cursor_notification(QXLInstance *sin) switch (qxl->mode) { case QXL_MODE_COMPAT: case QXL_MODE_NATIVE: + case QXL_MODE_UNDEFINED: SPICE_RING_CONS_WAIT(&qxl->ram->cursor_ring, wait); qxl_ring_set_dirty(qxl); break; |