diff options
author | Max Horn | 2003-05-29 22:34:35 +0000 |
---|---|---|
committer | Max Horn | 2003-05-29 22:34:35 +0000 |
commit | e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939 (patch) | |
tree | 7cfaf7553bc2f0bb3a7f0ac092cf85a287288879 /backends/x11 | |
parent | 54b8fd8ce1488c82a8e123586dfce9000e3ba6c7 (diff) | |
download | scummvm-rg350-e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939.tar.gz scummvm-rg350-e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939.tar.bz2 scummvm-rg350-e08d4f072e0939e97b3e6b7e1b2dd7cbaf51d939.zip |
more OSystem docs & cleanup
svn-id: r8118
Diffstat (limited to 'backends/x11')
-rw-r--r-- | backends/x11/x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/x11/x11.cpp b/backends/x11/x11.cpp index 106b0e7138..1f467a550c 100644 --- a/backends/x11/x11.cpp +++ b/backends/x11/x11.cpp @@ -96,7 +96,7 @@ public: bool poll_event(Event *event); // Set function that generates samples - bool set_sound_proc(void *param, SoundProc *proc, byte sound); + bool set_sound_proc(SoundProc *proc, void *param, SoundFormat format); // Poll cdrom status // Returns true if cd audio is playing |