summaryrefslogtreecommitdiff
path: root/coreengine/osdwrapper.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2016-02-06 09:55:15 +0100
committerlouis <louis.braun@gmx.de>2016-02-06 09:55:15 +0100
commitac0e6dbc8d1ea8fd24712dd03fea154cea6a7135 (patch)
tree3f8ab3640f7c0645592c8bbd0d4ce34821816ad7 /coreengine/osdwrapper.h
parent8ef68f8ab82e511ad0df96a910daa1547923633b (diff)
downloadvdr-plugin-skindesigner-ac0e6dbc8d1ea8fd24712dd03fea154cea6a7135.tar.gz
vdr-plugin-skindesigner-ac0e6dbc8d1ea8fd24712dd03fea154cea6a7135.tar.bz2
fixed line breaks
Diffstat (limited to 'coreengine/osdwrapper.h')
-rw-r--r--coreengine/osdwrapper.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/coreengine/osdwrapper.h b/coreengine/osdwrapper.h
index ad0394d..fce9fa0 100644
--- a/coreengine/osdwrapper.h
+++ b/coreengine/osdwrapper.h
@@ -1,26 +1,26 @@
-#ifndef __OSDWRAPPER_H
-#define __OSDWRAPPER_H
-
-#include <vdr/osd.h>
-#include <vdr/thread.h>
-
-class cSdOsd {
-private:
- cOsd *osd;
- cMutex mutex;
- bool flushLocked;
-public:
- cSdOsd(void);
- virtual ~cSdOsd(void);
- void Lock(void);
- void Unlock(void);
- void LockFlush(void);
- void UnlockFlush(void);
- bool CreateOsd(int x, int y, int width, int height);
- void DeleteOsd(void);
- cPixmap *CreatePixmap(int layer, cRect &viewPort, cRect &drawPort);
- void DestroyPixmap(cPixmap *pix);
- void Flush(void);
-};
-
+#ifndef __OSDWRAPPER_H
+#define __OSDWRAPPER_H
+
+#include <vdr/osd.h>
+#include <vdr/thread.h>
+
+class cSdOsd {
+private:
+ cOsd *osd;
+ cMutex mutex;
+ bool flushLocked;
+public:
+ cSdOsd(void);
+ virtual ~cSdOsd(void);
+ void Lock(void);
+ void Unlock(void);
+ void LockFlush(void);
+ void UnlockFlush(void);
+ bool CreateOsd(int x, int y, int width, int height);
+ void DeleteOsd(void);
+ cPixmap *CreatePixmap(int layer, cRect &viewPort, cRect &drawPort);
+ void DestroyPixmap(cPixmap *pix);
+ void Flush(void);
+};
+
#endif //__OSDWRAPPER_H \ No newline at end of file