diff options
Diffstat (limited to 'ambithread.h')
-rw-r--r-- | ambithread.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ambithread.h b/ambithread.h index abc1c58..3fa15bb 100644 --- a/ambithread.h +++ b/ambithread.h @@ -51,6 +51,7 @@ class cAmbiThread : public cThread, public cAmbiService int grabImage(); int detectCineBars(); + int getOsd3DMode(); int putData(); int softhddeviceNotDetached(); @@ -69,10 +70,13 @@ class cAmbiThread : public cThread, public cAmbiService int lastxBarHeight; int lastyBarWidth; + + int osd3DMode; bool barsChanged; + bool osd3dChanged; int imageSize; int imageWidth; int imageHeight; -};
\ No newline at end of file +}; |