summaryrefslogtreecommitdiff
path: root/textwindow.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-11-07 16:58:07 +0100
committerlouis <louis.braun@gmx.de>2013-11-07 16:58:07 +0100
commite09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 (patch)
tree7886779ba33b466b2fe9ca67362183dabe08597e /textwindow.h
parent0bbbad6d8057953ae51e9465bd76e5a3256e5eee (diff)
downloadskin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.gz
skin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.bz2
changed build environment that every class is build seperately
Diffstat (limited to 'textwindow.h')
-rw-r--r--textwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/textwindow.h b/textwindow.h
index 2be9142..b870a48 100644
--- a/textwindow.h
+++ b/textwindow.h
@@ -1,5 +1,10 @@
#ifndef __NOPACITY_TEXTWINDOW_H
#define __NOPACITY_TEXTWINDOW_H
+
+#include <vdr/skins.h>
+#include <vdr/thread.h>
+#include "services/tvscraper.h"
+
class cNopacityTextWindow : public cThread {
private:
cOsd *osd;