[clutter] Regarding ClutterFixed

2008-12-24 Thread varun shrivastava
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

Re: [clutter] Regarding ClutterFixed

2008-12-24 Thread Emmanuele Bassi
On Wed, 2008-12-24 at 15:44 +0530, varun shrivastava wrote: 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