From 7ef1ad19448670543bece35c3a6119e6a440c778 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Oct 2013 14:29:06 -0600 Subject: Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar --- NxWidgets/libnxwidgets/include/cscaledbitmap.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NxWidgets/libnxwidgets/include') diff --git a/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx b/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx index 4c5d8f729..3c0594a1d 100644 --- a/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx +++ b/NxWidgets/libnxwidgets/include/cscaledbitmap.hxx @@ -75,7 +75,7 @@ namespace NXWidgets FAR IBitmap *m_bitmap; /**< The bitmap that is being scaled */ struct nxgl_size_s m_size; /**< Scaled size of the image */ FAR uint8_t *m_rowCache[2]; /**< Two cached rows of the image */ - unsigned int m_row; /**< Row number of the first cached row */ + int m_row; /**< Row number of the first cached row */ b16_t m_xScale; /**< X scale factor */ b16_t m_yScale; /**< Y scale factor */ @@ -167,7 +167,7 @@ namespace NXWidgets * @return The bitmap's height (in rows). */ - inline const nxgl_coord_t getHeight(void) const; + const nxgl_coord_t getHeight(void) const; /** * Get the bitmap's width (in bytes). -- cgit v1.2.3