summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-06-24 09:19:44 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-29 12:29:45 +0200
commitd0d9c32ed996ad6e0d7ce6a58c31bf0c7b620dbc (patch)
treea55622e2507830d7e27d8351887239fa759d5dba
parent900f532cc2ab377b0107a142d48b277c14935c7e (diff)
qxl abi: add QXLLineAttr
-rw-r--r--spice/qxl_dev.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h
index 4d4325b..6909d0a 100644
--- a/spice/qxl_dev.h
+++ b/spice/qxl_dev.h
@@ -374,9 +374,19 @@ typedef struct SPICE_ATTR_PACKED QXLRop3 {
QXLQMask mask;
} QXLRop3;
+typedef struct SPICE_ATTR_PACKED QXLLineAttr {
+ uint8_t flags;
+ uint8_t join_style;
+ uint8_t end_style;
+ uint8_t style_nseg;
+ SPICE_FIXED28_4 width;
+ SPICE_FIXED28_4 miter_limit;
+ QXLPHYSICAL style; //data[0] ?
+} QXLLineAttr;
+
typedef struct SPICE_ATTR_PACKED QXLStroke {
QXLPHYSICAL path;
- SpiceLineAttr attr;
+ QXLLineAttr attr;
QXLBrush brush;
uint16_t fore_mode;
uint16_t back_mode;