1
0
Fork 0
forked from len0rd/rockbox

added comments about default values

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4804 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-06-25 21:09:34 +00:00
parent b058366b13
commit 0690ac1966
6 changed files with 20 additions and 0 deletions

View file

@ -38,6 +38,8 @@
GRAY_DRAW_FG: Only foreground pixels are drawn
GRAY_DRAW_BG: Only background pixels are drawn
GRAY_DRAW_SOLID: Foreground and background pixels are drawn
Default after initialization: GRAY_DRAW_SOLID
*/
void gray_set_drawmode(int drawmode)
{