Skip to content

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

Vlad Zahorodnii requested to merge work/zzag/mr/5252 into master

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: zorowk near.kingzero@gmail.com

Merge request reports