adapt Pig() to blitter-based OSD border

This commit is contained in:
martii
2013-03-22 21:54:55 +01:00
parent 5548017dc7
commit 46754e01b1
2 changed files with 21 additions and 1 deletions

View File

@@ -177,10 +177,11 @@ class cVideo
void ShowPicture(const char * fname);
void StopPicture();
void Standby(unsigned int bOn);
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600);
#ifdef MARTII
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600, int startx = 0, int starty = 0, int endx = 1279, int endy = 719);
void SetControl(int, int);
#else
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600);
void SetControl(int, int) { return; };
#endif
void VideoParamWatchdog(void);