Re: [weston v2 8/8] shell: Fix calculation of center point in surface rotation

2013-07-03 Thread Kristian Høgsberg
On Wed, Jul 03, 2013 at 03:58:22PM +0200, Tomeu Vizoso wrote: > From: Louis-Francis Ratté-Boulianne > > Make sure the center point of a rotation is not rounded to an > integer. It makes the calculation consistent with others in the > shell. It also ensures surfaces rotated 180 degrees are at the

[weston v2 8/8] shell: Fix calculation of center point in surface rotation

2013-07-03 Thread Tomeu Vizoso
From: Louis-Francis Ratté-Boulianne Make sure the center point of a rotation is not rounded to an integer. It makes the calculation consistent with others in the shell. It also ensures surfaces rotated 180 degrees are at the exact same place. --- src/shell.c | 4 ++-- 1 file changed, 2 insertion