aboutsummaryrefslogtreecommitdiff
path: root/hw/qxl.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-11-01 13:06:46 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-11-01 13:06:46 -0500
commit110fc0864d901cf5954a3663389f9598533d1ef5 (patch)
tree8cf223766b6a6f6067e3c9d9862edc0039d9c980 /hw/qxl.h
parent596235300608575ece1828b12a5faf32ebfee3fc (diff)
parent54825d2e39b0a809332b5fee837f456d5d9befee (diff)
Merge remote-tracking branch 'spice/spice.v46' into staging
Diffstat (limited to 'hw/qxl.h')
-rw-r--r--hw/qxl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/qxl.h b/hw/qxl.h
index 37b2619e55..766aa6d68e 100644
--- a/hw/qxl.h
+++ b/hw/qxl.h
@@ -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;