diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-29 17:04:47 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-09-29 17:04:47 +0200 |
commit | 71b68365177c29b8ab43e558858996de0d1287ed (patch) | |
tree | 0c1eea30bcc306561f97821c58fbb1585cb7883c | |
parent | e80cc173ef63823b7d1d27905eba71495a452b1c (diff) | |
download | vdr-plugin-dxr3-71b68365177c29b8ab43e558858996de0d1287ed.tar.gz vdr-plugin-dxr3-71b68365177c29b8ab43e558858996de0d1287ed.tar.bz2 |
in the region find algorithm we need the endColumn
-rw-r--r-- | spuregion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spuregion.h b/spuregion.h index a66652f..0c73b29 100644 --- a/spuregion.h +++ b/spuregion.h @@ -34,6 +34,7 @@ const static int MAX_SECTIONS = 15; // we can support up to 15 sections per regi struct sSection { uint16_t startColumn; + uint16_t endColumn; uint8_t cmap[16]; tIndex colIndex[MAX_COLORS]; |