summaryrefslogtreecommitdiff
path: root/spice
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 12:42:15 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 12:42:15 +0200
commit17b34b00321a9b11a2aac33e392056d39b01839f (patch)
tree169c49495a4aa63f8c7cc9cb96d67bdff63732eb /spice
parent77927cec02538f483fba44f38b72ed5f23185308 (diff)
Make SpiceLineAttr.style a normal pointer
Diffstat (limited to 'spice')
-rw-r--r--spice/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice/draw.h b/spice/draw.h
index c64ab1a..b8432a9 100644
--- a/spice/draw.h
+++ b/spice/draw.h
@@ -246,7 +246,7 @@ typedef struct SPICE_ATTR_PACKED SpiceBlackness {
typedef struct SPICE_ATTR_PACKED SpiceLineAttr {
uint8_t flags;
uint8_t style_nseg;
- SPICE_ADDRESS style; //data[0] ?
+ SPICE_FIXED28_4 *style;
} SpiceLineAttr;
typedef struct SPICE_ATTR_PACKED SpiceStroke {