summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-14 12:31:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-14 12:31:16 -0600
commit2b5bc392ef58dfb7f6af4ac5ad75d862f2c1dbc4 (patch)
treef57d9becb84979073d97877deb89b3ddccd1644d /NxWidgets/nxwm/include
parent9998bd2660310cce459b2f4c23162ad29de531ea (diff)
downloadnuttx-2b5bc392ef58dfb7f6af4ac5ad75d862f2c1dbc4.tar.gz
nuttx-2b5bc392ef58dfb7f6af4ac5ad75d862f2c1dbc4.tar.bz2
nuttx-2b5bc392ef58dfb7f6af4ac5ad75d862f2c1dbc4.zip
NxWM: Media player will dynamically position controls based on window size
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/cmediaplayer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/NxWidgets/nxwm/include/cmediaplayer.hxx b/NxWidgets/nxwm/include/cmediaplayer.hxx
index 11ed3a0c1..eff13067a 100644
--- a/NxWidgets/nxwm/include/cmediaplayer.hxx
+++ b/NxWidgets/nxwm/include/cmediaplayer.hxx
@@ -116,9 +116,9 @@ namespace NxWM
* in memory. If you are pinched for memory, get rid of these.
*/
- struct nxgl_size_s m_windowSize; /**< The size of the calculator window */
- struct nxgl_size_s m_textSize; /**< The size of the calculator textbox */
- struct nxgl_point_s m_textPos; /**< The position of the calculator textbox */
+ struct nxgl_size_s m_windowSize; /**< The size of the media player window */
+ struct nxgl_size_s m_textSize; /**< The size of the media player textbox */
+ struct nxgl_point_s m_textPos; /**< The position of the media player textbox */
/**
* Select the geometry of the media player given the current window size.