projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Documented wxListItemAttr.
[wxWidgets.git]
/
src
/
unix
/
sound.cpp
diff --git
a/src/unix/sound.cpp
b/src/unix/sound.cpp
index 3ac2ea84629a81cf530e22f8e543c92e52d7c5af..8ef528b48991df484bd52c4054d3531c4c231056 100644
(file)
--- a/
src/unix/sound.cpp
+++ b/
src/unix/sound.cpp
@@
-413,7
+413,7
@@
bool wxSoundSyncOnlyAdaptor::IsPlaying() const
#if wxUSE_THREADS
return m_status.m_playing;
#else
- return
FALSE
;
+ return
false
;
#endif
}
@@
-620,7
+620,6
@@
typedef struct
wxUint16 uiBitsPerSample;
} WAVEFORMAT;
-#define MONO 1 // and stereo is 2 by wav format
#define WAVE_FORMAT_PCM 1
#define WAVE_INDEX 8
#define FMT_INDEX 12