projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Commited scrollbar patch which sends lineup, linedown
[wxWidgets.git]
/
src
/
unix
/
sound_sdl.cpp
diff --git
a/src/unix/sound_sdl.cpp
b/src/unix/sound_sdl.cpp
index 16377aed4dbdd336537748ab5e16d3e67008136e..12edf71953ac54c616977e63087865122ae84fce 100644
(file)
--- a/
src/unix/sound_sdl.cpp
+++ b/
src/unix/sound_sdl.cpp
@@
-304,7
+304,7
@@
bool wxSoundBackendSDL::Play(wxSoundData *data, unsigned flags,
if (wxThread::IsMain())
wxMutexGuiLeave();
#endif
- wx
Us
leep(10);
+ wx
MilliS
leep(10);
#if wxUSE_THREADS
if (wxThread::IsMain())
wxMutexGuiEnter();