[Spice-devel] [PATCH spice-server] red-parse-qxl: Copy correctly brush position

Frediano Ziglio fziglio at redhat.com
Sat Jan 13 10:08:08 UTC 2018


This issue caused the glitches using the rectangular selection
tool in PaintShop 6.

The line was removed accidentally by "red_parse_qxl: fix throwing
away drawables that have masks" (812b65984d286414170c6243bd3323b73a405ec3)

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/red-parse-qxl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/red-parse-qxl.c b/server/red-parse-qxl.c
index b4325b048..69748698a 100644
--- a/server/red-parse-qxl.c
+++ b/server/red-parse-qxl.c
@@ -616,6 +616,7 @@ static void red_get_brush_ptr(RedMemSlotInfo *slots, int group_id,
         break;
     case SPICE_BRUSH_TYPE_PATTERN:
         red->u.pattern.pat = red_get_image(slots, group_id, qxl->u.pattern.pat, flags, false);
+        red_get_point_ptr(&red->u.pattern.pos, &qxl->u.pattern.pos);
         break;
     }
 }
-- 
2.14.3



More information about the Spice-devel mailing list