Message ID | 1261087691-8319-7-git-send-email-airlied@gmail.com |
---|---|
State | New |
Headers | show |
diff --git a/hw/vmware_vga.c b/hw/vmware_vga.c index e3d5706..7ab1c79 100644 --- a/hw/vmware_vga.c +++ b/hw/vmware_vga.c @@ -467,7 +467,7 @@ struct vmsvga_cursor_definition_s { int hot_x; int hot_y; uint32_t mask[1024]; - uint32_t image[1024]; + uint32_t image[4096]; }; #define SVGA_BITMAP_SIZE(w, h) ((((w) + 31) >> 5) * (h))