1
0
Fork 0
forked from len0rd/rockbox

Fixed comment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8067 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-11-26 09:05:03 +00:00
parent 1946922c61
commit b4d0587862

View file

@ -30,7 +30,7 @@
#include "gray.h"
/* Set position of the top left corner of the greyscale overlay
Note that by is in pixel-block units (8 on Archos/SH1, 4 on H1x0) */
Note that by is in pixel-block units (8 pixels) */
void gray_set_position(int x, int by)
{
_gray_info.x = x;