Support for more OSD options than OSD rows.

This commit is contained in:
sorgelig
2018-08-07 14:58:52 +08:00
parent e67aec0973
commit 98759cd074
3 changed files with 190 additions and 138 deletions

View File

@@ -194,6 +194,11 @@ void OsdSetTitle(const char *s, int a)
}
}
void OsdSetArrow(int a)
{
arrow = a;
}
void OsdWrite(unsigned char n, const char *s, unsigned char invert, unsigned char stipple, char usebg)
{
OsdWriteOffset(n, s, invert, stipple, 0, 0, usebg);