diff options
| author | louis <louis.braun@gmx.de> | 2016-02-06 09:55:15 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2016-02-06 09:55:15 +0100 |
| commit | ac0e6dbc8d1ea8fd24712dd03fea154cea6a7135 (patch) | |
| tree | 3f8ab3640f7c0645592c8bbd0d4ce34821816ad7 /coreengine/osdwrapper.h | |
| parent | 8ef68f8ab82e511ad0df96a910daa1547923633b (diff) | |
| download | vdr-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.h | 50 |
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 |
