adapt Pig() to blitter-based OSD border

Origin commit data
------------------
Branch: master
Commit: 46754e01b1
Author: martii <m4rtii@gmx.de>
Date: 2013-03-22 (Fri, 22 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-03-22 21:54:55 +01:00
parent 1406a0dbc6
commit 2376741e0d
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);