From ac0e6dbc8d1ea8fd24712dd03fea154cea6a7135 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 6 Feb 2016 09:55:15 +0100 Subject: fixed line breaks --- coreengine/osdwrapper.h | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'coreengine/osdwrapper.h') 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 -#include - -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 +#include + +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 -- cgit v1.2.3