summaryrefslogtreecommitdiff
path: root/statusheader.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:07:13 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-07-11 11:07:13 +0200
commit7a79059414ea2f10cba1710de0e37dcbbdfbfa42 (patch)
tree3300a2389ae07acbe21561e6f1fe78ea28674054 /statusheader.h
parentceadc0bbfe5a82ebdb961a15e2bb3669197551ad (diff)
downloadvdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.gz
vdr-plugin-tvguide-7a79059414ea2f10cba1710de0e37dcbbdfbfa42.tar.bz2
Change files to unix
Diffstat (limited to 'statusheader.h')
-rw-r--r--statusheader.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/statusheader.h b/statusheader.h
index 3096803..61f59bb 100644
--- a/statusheader.h
+++ b/statusheader.h
@@ -1,25 +1,25 @@
-#ifndef __TVGUIDE_STATUSHEADER_H
-#define __TVGUIDE_STATUSHEADER_H
-
-#include "styledpixmap.h"
-#include "grid.h"
-
-// --- cStatusHeader -------------------------------------------------------------
-
-class cStatusHeader : public cStyledPixmap {
-private:
- int width, height;
- int tvFrameWidth;
- cPixmap *pixmapText;
- cPixmap *pixmapTVFrame;
- int DrawPoster(const cEvent *event, int x, int y, int height, int border);
- void DecorateVideoFrame(void);
-public:
- cStatusHeader(void);
- virtual ~cStatusHeader(void);
- void Draw(void);
- void ScaleVideo(void);
- void DrawInfoText(cGrid *grid);
-};
-
-#endif //__TVGUIDE_STATUSHEADER_H \ No newline at end of file
+#ifndef __TVGUIDE_STATUSHEADER_H
+#define __TVGUIDE_STATUSHEADER_H
+
+#include "styledpixmap.h"
+#include "grid.h"
+
+// --- cStatusHeader -------------------------------------------------------------
+
+class cStatusHeader : public cStyledPixmap {
+private:
+ int width, height;
+ int tvFrameWidth;
+ cPixmap *pixmapText;
+ cPixmap *pixmapTVFrame;
+ int DrawPoster(const cEvent *event, int x, int y, int height, int border);
+ void DecorateVideoFrame(void);
+public:
+ cStatusHeader(void);
+ virtual ~cStatusHeader(void);
+ void Draw(void);
+ void ScaleVideo(void);
+ void DrawInfoText(cGrid *grid);
+};
+
+#endif //__TVGUIDE_STATUSHEADER_H