summaryrefslogtreecommitdiff
path: root/screen.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-10-27 18:08:03 +0000
committerlordjaxom <lordjaxom>2004-10-27 18:08:03 +0000
commiteb2f2c9600e8f69788232582191b141002bcd522 (patch)
tree4510197a5afd5e657e42421eb96820134e916c6b /screen.c
parent5071a1754f3db0adcf477ecf8e5b2a818d1935bd (diff)
downloadvdr-plugin-text2skin-eb2f2c9600e8f69788232582191b141002bcd522.tar.gz
vdr-plugin-text2skin-eb2f2c9600e8f69788232582191b141002bcd522.tar.bz2
- fixed ugly race conditions that appears to occur more often with VDR >= 1.3.14v0.0.8.1
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/screen.c b/screen.c
index 16f5418..3b85515 100644
--- a/screen.c
+++ b/screen.c
@@ -6,6 +6,7 @@
cText2SkinScreen::cText2SkinScreen(int x, int y) {
mOsd = cOsdProvider::NewOsd(x, y);
+ Dprintf("got osd -> %p\n", mOsd);
}
cText2SkinScreen::~cText2SkinScreen() {