From c3446a10fafcfb8f49f20dcee1561e8fa750dd00 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 12 Feb 2008 19:38:27 -0800 Subject: Rename UpdateFreq device field to UpdateSize --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 74ef39eb..a833be5e 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -139,7 +139,7 @@ struct ALCdevice_struct ALboolean IsCaptureDevice; ALuint Frequency; - ALuint UpdateFreq; + ALuint UpdateSize; ALuint FrameSize; ALenum Format; -- cgit v1.2.3