Skip to content
Commit 2f4480e6 authored by zorowk's avatar zorowk Committed by Vlad Zahorodnii
Browse files

xcbutils: arm x apps can't be dragged to a negative position on the screen



the behavior of converting negative floating-point numbers to unsigned
integers is undefined. It is necessary to keep the conversion behavior
consistent between ARM and x86 platforms.

through the above conversions, all become the two's complement of
negative numbers.

Signed-off-by: default avatarzorowk <near.kingzero@gmail.com>


(cherry picked from commit 904c3355)
parent 47973b4f
Pipeline #613395 passed with stage
in 6 minutes and 51 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment