Changes to get an NxWM configuration building correctly after all of the naming changes

This commit is contained in:
Gregory Nutt 2014-09-20 16:19:06 -06:00
parent 84ef986ae5
commit cc1a749894
2 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace NxWM
private: private:
CTaskbar *m_taskbar; /**< Reference to the "parent" taskbar */ CTaskbar *m_taskbar; /**< Reference to the "parent" taskbar */
CApplicationWindow *m_window; /**< Reference to the application window */ 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 */ pid_t m_pid; /**< Task ID of the NxTerm thread */
/** /**

View File

@ -461,6 +461,7 @@ bool CMediaPlayer::getMediaFile(const NXWidgets::CListBoxDataItem *item)
{ {
int errcode = errno; int errcode = errno;
dbg("ERROR: Could not stat file %s: %d\n", filePath, errcode); dbg("ERROR: Could not stat file %s: %d\n", filePath, errcode);
UNUSED(errcode);
// Make sure there is no previous file information // Make sure there is no previous file information