From b023dbe7b87921a5b4eab0ed759e7b3dd04acf57 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 19 Apr 2012 22:50:11 -0700 Subject: Remove hungarian notation from the device and context structs --- OpenAL32/Include/alMain.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 15747913..ca8d6340 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -539,7 +539,7 @@ struct ALCdevice_struct enum DevFmtChannels FmtChans; enum DevFmtType FmtType; - ALCchar *szDeviceName; + ALCchar *DeviceName; volatile ALCenum LastError; @@ -631,7 +631,7 @@ struct ALCcontext_struct { volatile RefCount ref; - ALlistener Listener; + ALlistener Listener; UIntMap SourceMap; UIntMap EffectSlotMap; @@ -645,7 +645,7 @@ struct ALCcontext_struct volatile ALfloat DopplerFactor; volatile ALfloat DopplerVelocity; - volatile ALfloat flSpeedOfSound; + volatile ALfloat SpeedOfSound; volatile ALenum DeferUpdates; struct ALsource **ActiveSources; -- cgit v1.2.3