summaryrefslogtreecommitdiff
path: root/dxr3osd_subpicture.h
diff options
context:
space:
mode:
authorscop <scop>2005-04-18 19:17:40 +0000
committerscop <scop>2005-04-18 19:17:40 +0000
commit37c4c7b0a4a388d6c933e95756ddd30dd0cca6fd (patch)
tree273ceb29e8631796f83b88e3a133dbab4ccbe2c7 /dxr3osd_subpicture.h
parent4d4c6bb89da5b1cc3eff554412ea834337308cd5 (diff)
downloadvdr-plugin-dxr3-37c4c7b0a4a388d6c933e95756ddd30dd0cca6fd.tar.gz
vdr-plugin-dxr3-37c4c7b0a4a388d6c933e95756ddd30dd0cca6fd.tar.bz2
Add (X)Emacs indentation settings.
Diffstat (limited to 'dxr3osd_subpicture.h')
-rw-r--r--dxr3osd_subpicture.h26
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*/