diff options
author | scop <scop> | 2005-04-11 16:14:21 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-11 16:14:21 +0000 |
commit | d0b555c1d9494a2295ba8e5c956c9a4e7f57f1ef (patch) | |
tree | 2018ff143a37af6cc5e9270d10ad660edada67cc /dxr3colormanager.h | |
parent | ceb09fa3ec827e15b0e439277d1e1c946b777d25 (diff) | |
download | vdr-plugin-dxr3-d0b555c1d9494a2295ba8e5c956c9a4e7f57f1ef.tar.gz vdr-plugin-dxr3-d0b555c1d9494a2295ba8e5c956c9a4e7f57f1ef.tar.bz2 |
Fix OSD color bleeding (Luca Olivetti).
Diffstat (limited to 'dxr3colormanager.h')
-rw-r--r-- | dxr3colormanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dxr3colormanager.h b/dxr3colormanager.h index 063252d..030be56 100644 --- a/dxr3colormanager.h +++ b/dxr3colormanager.h @@ -48,7 +48,7 @@ private: #define OSD_SPU_CM_DUMP 0 #define MAX_NO_OF_SECTIONS 15 -#define MAX_NO_OF_REGIONS 30 +#define MAX_NO_OF_REGIONS 60 // ================================== @@ -111,12 +111,12 @@ private: // Private attributes int MaxY; /** Opens a new highlight region */ - void OpenRegion(int y, int NrOfSecToCopy = 0); + void OpenRegion(int y); /** Closes the spu-highlight region */ void CloseRegion(int y); xSection* NewSection(int x); - xSection *GetSection(int x, int &n); + xSection *GetSection(int x); }; #endif /*_DXR3COLORMANAGER_H_*/ |