diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 13:06:46 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 13:06:46 -0500 |
commit | 110fc0864d901cf5954a3663389f9598533d1ef5 (patch) | |
tree | 8cf223766b6a6f6067e3c9d9862edc0039d9c980 /hw/qxl.h | |
parent | 596235300608575ece1828b12a5faf32ebfee3fc (diff) | |
parent | 54825d2e39b0a809332b5fee837f456d5d9befee (diff) |
Merge remote-tracking branch 'spice/spice.v46' into staging
Diffstat (limited to 'hw/qxl.h')
-rw-r--r-- | hw/qxl.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ typedef struct PCIQXLDevice { QXLSurfaceCreate surface; uint32_t commands; uint32_t resized; - int32_t stride; + int32_t qxl_stride; + uint32_t abs_stride; uint32_t bits_pp; uint32_t bytes_pp; uint8_t *data, *flipped; |