Fix comment about direction 8 in the gesture core.

svn path=/trunk/netsurf/; revision=2612
This commit is contained in:
Daniel Silverstone 2006-06-02 13:28:06 +00:00
parent 8a86b6b2b4
commit a8ebc5ba5a

View File

@ -245,7 +245,7 @@ static struct {
{ M_PI_8, M_3_PI_8, true, true, '6' }, /* Down/Left */
{ M_3_PI_8, INFINITY, true, true, '7' }, /* Down */
{ M_3_PI_8, INFINITY, false, true, '7' }, /* Down */
{ M_PI_8, M_3_PI_8, false, true, '8' }, /* Up/Right */
{ M_PI_8, M_3_PI_8, false, true, '8' }, /* Down/Right */
{ 0.0, M_PI_8, false, true, '1' } /* Right */
};