[spice-server 01/10] qxl: Remove unused group_id arg to fill_attr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 server/dcc-send.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/dcc-send.c b/server/dcc-send.c
index ab07634..abb9251 100644
--- a/server/dcc-send.c
+++ b/server/dcc-send.c
@@ -501,7 +501,7 @@ static void fill_mask(RedChannelClient *rcc, SpiceMarshaller *m,
     }
 }
 
-static void fill_attr(SpiceMarshaller *m, SpiceLineAttr *attr, uint32_t group_id)
+static void fill_attr(SpiceMarshaller *m, SpiceLineAttr *attr)
 {
     int i;
 
@@ -1494,7 +1494,7 @@ static void red_marshall_qxl_draw_stroke(RedChannelClient *rcc,
                           &style_out,
                           &brush_pat_out);
 
-    fill_attr(style_out, &stroke.attr, item->group_id);
+    fill_attr(style_out, &stroke.attr);
     if (brush_pat_out) {
         fill_bits(dcc, brush_pat_out, stroke.brush.u.pattern.pat, item, FALSE);
     }
-- 
2.5.0

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]