summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/cmediaplayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/cmediaplayer.hxx')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index f0888b57f..6d803b537 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -138,6 +138,18 @@ namespace NxWM
NXWidgets::CGlyphSliderHorizontal *m_volume; /**< Volume control */
/**
+ * Bitmaps
+ *
+ * These are retained only so that they can be released when the media
+ * is closed player
+ */
+
+ NXWidgets::CRlePaletteBitmap *m_playBitmap; /**< Bitmap for the play control */
+ NXWidgets::CRlePaletteBitmap *m_pauseBitmap; /**< Bitmap for the pause control */
+ NXWidgets::CRlePaletteBitmap *m_rewindBitmap; /**< Bitmap for the rewind control */
+ NXWidgets::CRlePaletteBitmap *m_fforwardBitmap; /**< Bitmap for the fast forward control */
+
+ /**
* Calculator geometry. This stuff does not really have to be retained
* in memory. If you are pinched for memory, get rid of these.
*/