summaryrefslogtreecommitdiff
path: root/skinsttng.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:09:52 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:09:52 +0200
commitd6f2f1675c57cb067c7d1c1815b871d1acc2fe19 (patch)
treeda310e344561f7f57ae342a78746cf2d0ec540bc /skinsttng.c
parente056cae8921a68704bf1a0cb4babcdf60d31be2d (diff)
downloadvdr-d6f2f1675c57cb067c7d1c1815b871d1acc2fe19.tar.gz
vdr-d6f2f1675c57cb067c7d1c1815b871d1acc2fe19.tar.bz2
Made some functions of cFont virtual to allow implementing dummy fonts for the 'curses' skin
Diffstat (limited to 'skinsttng.c')
-rw-r--r--skinsttng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skinsttng.c b/skinsttng.c
index b1027cb3..ec7cac73 100644
--- a/skinsttng.c
+++ b/skinsttng.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: skinsttng.c 1.4 2004/05/29 13:14:09 kls Exp $
+ * $Id: skinsttng.c 1.5 2004/05/31 14:09:00 kls Exp $
*/
// Star Trek: The Next Generation® is a registered trademark of Paramount Pictures
@@ -116,7 +116,7 @@ THEME_CLR(Theme, clrReplayProgressCurrent, clrRed);
// --- cSkinSTTNGDisplayChannel ----------------------------------------------
-class cSkinSTTNGDisplayChannel : public cSkinDisplayChannel{
+class cSkinSTTNGDisplayChannel : public cSkinDisplayChannel {
private:
cOsd *osd;
int x0, x1, x2, x3, x4, x5, x6, x7;