hi
I was trying to use tidy adjustment which has ClutterFixed as
members.
So if try to modify the adjustment value > 32767, it overflows.
When i checked ClutterFixed implementation its a 16.16.So is there a design issue for making ClutterFixed as a gint32 (16.16)? Can 't it be made gint64(32.32)? Will it give a performance hit? Thanks and Regards Varun
