Skip to content
Commit bf5b6219 authored by Stefan Agner's avatar Stefan Agner Committed by Simon Ser
Browse files

screen-share: use pixman_image_composite32 instead of pixman_blt



The function pixman_blt may return false in case there is no
accelerated blit function available. In this case the remote shared
screen stays black.

This has been observed on Weston compiled for aarch64. In currrent
pixman 0.38.4 there is no accelerated pixman_blt function for
aarch64 available.

Use pixman_image_composite32 instead which is guaranteed to have a
working fallback implementation.

Fixes: #253

Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
parent ab840fc8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment