summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'display.h')
-rw-r--r--display.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/display.h b/display.h
index 85e428c..d954a2e 100644
--- a/display.h
+++ b/display.h
@@ -68,6 +68,9 @@ private:
virtual int SetMode(int width, int height, int frameRate, bool interlaced);
int SetMode(int group, int mode);
+ static void TvServiceCallback(void *data, unsigned int reason,
+ unsigned int param1, unsigned int param2);
+
class ModeList;
ModeList *m_modes;