summaryrefslogtreecommitdiff
path: root/VDR.upgrade-patch
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:57:06 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:57:06 +0100
commit88012c106b8310507e872c72544f423433bac5d2 (patch)
treecf4f58d87b296cf7ed2d269725ae83f8e9db68f0 /VDR.upgrade-patch
parent00bd2927feef683ce1630c0614fbe91cd0ea4e93 (diff)
downloadvdr-plugin-ttxtsubs-0.0.4b.tar.gz
vdr-plugin-ttxtsubs-0.0.4b.tar.bz2
- Fix patch for VDR 1.2.5v0.0.4b
- Minor bug fix for dxr3 display
Diffstat (limited to 'VDR.upgrade-patch')
-rw-r--r--VDR.upgrade-patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/VDR.upgrade-patch b/VDR.upgrade-patch
deleted file mode 100644
index 1f4bd96..0000000
--- a/VDR.upgrade-patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- old-osd.c 2003-07-16 05:39:36.000000000 +0200
-+++ osd.c 2003-07-16 05:38:35.000000000 +0200
-@@ -63,6 +63,10 @@ void cOsd::SetColor(eDvbColor colorFg, e
-
- cOsdBase *cOsd::OpenRaw(int x, int y)
- {
-+#ifdef VDRTTXTSUBSHOOKS
-+ // OSD_HOOK_2 - Information to Checkpatch.sh
-+ cVDRTtxtsubsHookListener::Hook()->HideOSD();
-+#endif
- #ifdef DEBUG_OSD
- return NULL;
- #else
-@@ -97,9 +101,6 @@ void cOsd::Open(int w, int h)
- d *= lineHeight;
- int x = (720 - w + charWidth) / 2; //TODO PAL vs. NTSC???
- int y = (576 - Setup.OSDheight * lineHeight) / 2 + d;
--#ifdef VDRTTXTSUBSHOOKS
-- cVDRTtxtsubsHookListener::Hook()->HideOSD();
--#endif
- //XXX
- osd = OpenRaw(x, y);
- //XXX TODO this should be transferred to the places where the individual windows are requested (there's too much detailed knowledge here!)