On 13/02/2025 17:25, Thomas Zimmermann wrote:
Setting the cursor image requires a 32-bit checksum of the cursor
image data. The current cursor code converts the image to ARGB
format and computes the checksum in a single step. Moving the
checksum calculation into a separate helepr will allow t
Setting the cursor image requires a 32-bit checksum of the cursor
image data. The current cursor code converts the image to ARGB
format and computes the checksum in a single step. Moving the
checksum calculation into a separate helepr will allow to move the
format conversion into a shared helpe