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

Pavel Grunt pavelgrunt at gmail.com
Sat Jan 13 20:18:28 UTC 2018


2018-01-13 11:08 GMT+01:00 Frediano Ziglio <fziglio at redhat.com>:

> 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)
>

quite old


> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
>
Ack,
Pavel

> ---
>  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
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180113/eda88a51/attachment.html>


More information about the Spice-devel mailing list