diff options
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r-- | dxr3osd_subpicture.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dxr3osd_subpicture.h b/dxr3osd_subpicture.h index cf5bc1d..bd0691e 100644 --- a/dxr3osd_subpicture.h +++ b/dxr3osd_subpicture.h @@ -10,25 +10,25 @@ // osd interface for => vdr1,3,7 class cDxr3SubpictureOsd : public cOsd { -private: - cSPUEncoder* Spu; ///< interface to cSPUEncoder - bool shown; ///< is the osd shown? - cPalette* Palette; ///< global palette (needed by all bitmaps) + private: + cSPUEncoder* Spu; ///< interface to cSPUEncoder + bool shown; ///< is the osd shown? + cPalette* Palette; ///< global palette (needed by all bitmaps) #if VDRVERSNUM >= 10318 - cTimeMs *last; + cTimeMs *last; #else - int last; + int last; #endif -public: - cDxr3SubpictureOsd(int Left, int Top/*, int SpuDev*/); - ~cDxr3SubpictureOsd(); + public: + cDxr3SubpictureOsd(int Left, int Top/*, int SpuDev*/); + ~cDxr3SubpictureOsd(); - eOsdError CanHandleAreas(const tArea *Areas, int NumAreas); - void SaveRegion(int x1, int y1, int x2, int y2); - void RestoreRegion(void); + eOsdError CanHandleAreas(const tArea *Areas, int NumAreas); + void SaveRegion(int x1, int y1, int x2, int y2); + void RestoreRegion(void); - void Flush(); + void Flush(); }; #endif /*VDRVERSNUM*/ |