projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Undo the link creation in builddir. contrib is still going to be
[wxWidgets.git]
/
src
/
unix
/
sound_sdl.cpp
diff --git
a/src/unix/sound_sdl.cpp
b/src/unix/sound_sdl.cpp
index 8d782ad8bdd2db6740419352f3ca9902cddb5221..12edf71953ac54c616977e63087865122ae84fce 100644
(file)
--- a/
src/unix/sound_sdl.cpp
+++ b/
src/unix/sound_sdl.cpp
@@
-5,7
+5,7
@@
// Modified by:
// Created: 2004/01/31
// RCS-ID: $Id$
// Modified by:
// Created: 2004/01/31
// RCS-ID: $Id$
-// Copyright: (c) 2004,
Vaclav Slavik
+// Copyright: (c) 2004,
Open Source Applications Foundation
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@@
-18,7
+18,7
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_
WAVE
&& wxUSE_LIBSDL
+#if wxUSE_
SOUND
&& wxUSE_LIBSDL
#include <SDL.h>
#include <SDL.h>
@@
-56,8
+56,7
@@
END_DECLARE_EVENT_TYPES()
DECLARE_EVENT_TABLE_ENTRY(wxEVT_SOUND_BACKEND_SDL_NOTIFICATION, \
-1, \
-1, \
DECLARE_EVENT_TABLE_ENTRY(wxEVT_SOUND_BACKEND_SDL_NOTIFICATION, \
-1, \
-1, \
- (wxObjectEventFunction) \
- (wxSoundBackendSDLNotificationFunction)& func, \
+ (wxObjectEventFunction) wxStaticCastEvent( wxSoundBackendSDLNotificationFunction, & func ), \
(wxObject *) NULL ),
IMPLEMENT_DYNAMIC_CLASS(wxSoundBackendSDLNotification, wxEvtHandler)
(wxObject *) NULL ),
IMPLEMENT_DYNAMIC_CLASS(wxSoundBackendSDLNotification, wxEvtHandler)
@@
-305,7
+304,7
@@
bool wxSoundBackendSDL::Play(wxSoundData *data, unsigned flags,
if (wxThread::IsMain())
wxMutexGuiLeave();
#endif
if (wxThread::IsMain())
wxMutexGuiLeave();
#endif
- wx
Us
leep(10);
+ wx
MilliS
leep(10);
#if wxUSE_THREADS
if (wxThread::IsMain())
wxMutexGuiEnter();
#if wxUSE_THREADS
if (wxThread::IsMain())
wxMutexGuiEnter();
@@
-335,4
+334,4
@@
extern "C" wxSoundBackend *wxCreateSoundBackendSDL()
return new wxSoundBackendSDL();
}
return new wxSoundBackendSDL();
}
-#endif // wxUSE_
WAVE
&& wxUSE_LIBSDL
+#endif // wxUSE_
SOUND
&& wxUSE_LIBSDL