mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 13:19:03 +00:00
Changes to get an NxWM configuration building correctly after all of the naming changes
This commit is contained in:
parent
84ef986ae5
commit
cc1a749894
2 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ namespace NxWM
|
|||
private:
|
||||
CTaskbar *m_taskbar; /**< Reference to the "parent" taskbar */
|
||||
CApplicationWindow *m_window; /**< Reference to the application window */
|
||||
NXTERMi m_nxterm; /**< NxTerm handle */
|
||||
NXTERM m_nxterm; /**< NxTerm handle */
|
||||
pid_t m_pid; /**< Task ID of the NxTerm thread */
|
||||
|
||||
/**
|
||||
|
|
@ -461,6 +461,7 @@ bool CMediaPlayer::getMediaFile(const NXWidgets::CListBoxDataItem *item)
|
|||
{
|
||||
int errcode = errno;
|
||||
dbg("ERROR: Could not stat file %s: %d\n", filePath, errcode);
|
||||
UNUSED(errcode);
|
||||
|
||||
// Make sure there is no previous file information
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue