diff options
author | scop <scop> | 2005-04-18 19:17:40 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-18 19:17:40 +0000 |
commit | 37c4c7b0a4a388d6c933e95756ddd30dd0cca6fd (patch) | |
tree | 273ceb29e8631796f83b88e3a133dbab4ccbe2c7 /dxr3osd.h | |
parent | 4d4c6bb89da5b1cc3eff554412ea834337308cd5 (diff) | |
download | vdr-plugin-dxr3-37c4c7b0a4a388d6c933e95756ddd30dd0cca6fd.tar.gz vdr-plugin-dxr3-37c4c7b0a4a388d6c933e95756ddd30dd0cca6fd.tar.bz2 |
Add (X)Emacs indentation settings.
Diffstat (limited to 'dxr3osd.h')
-rw-r--r-- | dxr3osd.h | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -10,9 +10,9 @@ // osd plugin provider class cDxr3OsdProvider : public cOsdProvider { -public: - cDxr3OsdProvider() {} - virtual cOsd *CreateOsd(int Left, int Top); + public: + cDxr3OsdProvider() {} + virtual cOsd *CreateOsd(int Left, int Top); }; #else /*VDRVERSNUM*/ @@ -21,21 +21,21 @@ public: // osd interface for =< vdr1,3,7 class cDxr3Osd : public cOsdBase { -private: - cSPUEncoder* Spu; ///< interface to cSPUEncoder + private: + cSPUEncoder* Spu; ///< interface to cSPUEncoder - bool SetWindow(cWindow*); + bool SetWindow(cWindow*); -public: - cDxr3Osd(int x, int y); - ~cDxr3Osd(); + public: + cDxr3Osd(int x, int y); + ~cDxr3Osd(); - virtual bool OpenWindow(cWindow *Window); - virtual void CommitWindow(cWindow *Window); - virtual void ShowWindow(cWindow *Window); - virtual void HideWindow(cWindow *Window, bool Hide); - virtual void CloseWindow(cWindow *Window); - virtual void MoveWindow(cWindow *Window, int x, int y); + virtual bool OpenWindow(cWindow *Window); + virtual void CommitWindow(cWindow *Window); + virtual void ShowWindow(cWindow *Window); + virtual void HideWindow(cWindow *Window, bool Hide); + virtual void CloseWindow(cWindow *Window); + virtual void MoveWindow(cWindow *Window, int x, int y); }; #endif /*VDRVERSNUM*/ |