utils/xcbutils: Don't call toXNative with unsigned integer
First explicitly convert to signed integer before the implicit conversion to qreal.
Alternately, we could examine all the call sites of toXNative
and first convert to signed integer if needed.
Edited by Yifan Zhu