Re: frem - r27476 - abiword/branches/gsoc2009flicker/src/af/gr/xp

From: J.M. Maurer <uwog_at_uwog.net>
Date: Sun Aug 02 2009 - 15:12:32 CEST

> //extends for the argument
> - UT_uint32 left1 = x;
> - UT_uint32 right1 = x + width - 1;
> - UT_uint32 top1 = y;
> - UT_uint32 bottom1 = y + width - 1;
> + UT_Rect rect1;
> + rect1.left = x;
> + rect1.width = x + width - 1;
> + rect1.top = y;
> + rect1.height = y + width -1;

The width and height can't be correct here :)

  Marc
Received on Sun Aug 2 15:13:00 2009

This archive was generated by hypermail 2.1.8 : Sun Aug 02 2009 - 15:13:00 CEST