From c8828ba3204d34d86f5b4f1dbdd0baf3f16a83da Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 5 Aug 2011 12:18:49 -0700 Subject: [PATCH] Reorder and comment some struct members --- dsound_private.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dsound_private.h b/dsound_private.h index 19edfcd..5851668 100644 --- a/dsound_private.h +++ b/dsound_private.h @@ -510,15 +510,18 @@ struct DS8Buffer { LONG ref, ds3d_ref, not_ref, prop_ref; LONG all_ref; - DWORD ds3dmode; DS8Primary *primary; + + /* From the primary */ + ALCcontext *ctx; + const ExtALFuncs *ExtAL; + CRITICAL_SECTION *crst; + DS8Data *buffer; ALuint source; ALuint curidx; BOOL isplaying, islooping, bufferlost; - ALCcontext *ctx; - const ExtALFuncs *ExtAL; - CRITICAL_SECTION *crst; + DWORD ds3dmode; DS3DBUFFER ds3dbuffer; union { -- 2.11.4.GIT