summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-15 11:09:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-15 11:09:20 -0600
commit24ee5014675d43c80c0580882fe5cc24ca17e7a8 (patch)
treee723687b37dcce6d8d582830c8ca0d52d057e9c6 /NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx
parentb5a37a3e45ac9faea285cc252e742c1c7267a6d7 (diff)
downloadnuttx-24ee5014675d43c80c0580882fe5cc24ca17e7a8.tar.gz
nuttx-24ee5014675d43c80c0580882fe5cc24ca17e7a8.tar.bz2
nuttx-24ee5014675d43c80c0580882fe5cc24ca17e7a8.zip
NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling
Diffstat (limited to 'NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx')
-rw-r--r--NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx b/NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx
index 99f7fdbba..241736add 100644
--- a/NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx
+++ b/NxWidgets/libnxwidgets/src/crlepalettebitmap.cxx
@@ -155,7 +155,7 @@ const nxgl_coord_t CRlePaletteBitmap::getHeight(void) const
* @return The bitmap's width.
*/
-const nxgl_coord_t CRlePaletteBitmap::getStride(void) const
+const size_t CRlePaletteBitmap::getStride(void) const
{
// This only works if the bpp is an even multiple of 8-bit bytes