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:
parent
1946922c61
commit
b4d0587862
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
#include "gray.h"
|
#include "gray.h"
|
||||||
|
|
||||||
/* Set position of the top left corner of the greyscale overlay
|
/* 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)
|
void gray_set_position(int x, int by)
|
||||||
{
|
{
|
||||||
_gray_info.x = x;
|
_gray_info.x = x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue