libtriple: add cVideo::VideoParamWatchdog()

This commit is contained in:
Stefan Seyfried
2010-12-25 14:54:37 +01:00
parent f6bf4d3b9b
commit 64db04cebd
2 changed files with 21 additions and 2 deletions

View File

@@ -175,6 +175,7 @@ class cVideo
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600);
void SetControl(int, int) { return; };
int setZoom(int);
void VideoParamWatchdog(void);
void setContrast(int val);
void SetVideoMode(analog_mode_t mode);
void SetDBDR(int) { return; };