summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-03 18:03:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-03 18:03:55 +0100
commit700b92e99c6db23f5e97c4faec89abf4b4fb36df (patch)
treee4115285c76b2b2ba01d44f904b751f0b3c10f8a /osd.h
parent35a69ee74322043c5b0d853e7f864a8cf5d2da55 (diff)
downloadvdr-700b92e99c6db23f5e97c4faec89abf4b4fb36df.tar.gz
vdr-700b92e99c6db23f5e97c4faec89abf4b4fb36df.tar.bz2
Fixed formatting
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/osd.h b/osd.h
index 861b04ee..ada58e40 100644
--- a/osd.h
+++ b/osd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 1.34 2002/08/11 11:42:15 kls Exp $
+ * $Id: osd.h 1.35 2002/11/03 18:03:55 kls Exp $
*/
#ifndef __OSD_H
@@ -107,7 +107,7 @@ public:
virtual void Display(int Offset = -1, eDvbColor FgColor = clrWhite, eDvbColor BgColor = clrBackground);
virtual void Set(void) {}
virtual eOSState ProcessKey(eKeys Key);
-};
+ };
class cOsdObject {
protected:
@@ -119,7 +119,7 @@ public:
int Height(void) { return Interface->Height(); }
bool NeedsFastResponse(void) { return needsFastResponse; }
virtual eOSState ProcessKey(eKeys Key) { return osUnknown; }
-};
+ };
class cOsdMenu : public cOsdObject, public cList<cOsdItem> {
private: