diff options
author | Chris Robinson <[email protected]> | 2011-08-24 14:44:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-24 14:44:15 -0700 |
commit | 7e2155d937e66dc7c4a1445bf12e64684eebb5a0 (patch) | |
tree | 4af5b1cc0f824b60e30be1d1d9cfed9216d8ac7a /OpenAL32/Include | |
parent | c696d4dbb23461066ed741a36a83da10b6ad17f5 (diff) |
Return an ALC error enum from the OpenCapture backend method
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 155f9a03..2f30a953 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -275,7 +275,7 @@ typedef struct { ALCboolean (*ResetPlayback)(ALCdevice*); void (*StopPlayback)(ALCdevice*); - ALCboolean (*OpenCapture)(ALCdevice*, const ALCchar*); + ALCenum (*OpenCapture)(ALCdevice*, const ALCchar*); void (*CloseCapture)(ALCdevice*); void (*StartCapture)(ALCdevice*); void (*StopCapture)(ALCdevice*); |