summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2012-07-27 13:56:57 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2012-08-13 11:52:42 -0400
commit03483965f46cfb78b08eb4e57d0c73e79dac52f8 (patch)
treea10086a5b588978caa8cacb55e1879c7074cbdbd
parent33a6bdb056f44dbcdad63c99ec2d552e37dadf31 (diff)
qxltransform
-rw-r--r--spice/qxl_dev.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 3e78c5f..9f3b109 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -521,6 +521,16 @@ typedef enum
QXL_OP_HSL_LUMINOSITY = 0x3e
} QXLOperator;
+typedef struct
+{
+ uint32_t t00;
+ uint32_t t01;
+ uint32_t t02;
+ uint32_t t10;
+ uint32_t t11;
+ uint32_t t12;
+} QXLTransform;
+
/* The flags field has the following bit fields:
*
* operator: [ 0 - 7 ]