Module: wine Branch: master Commit: 3ca3a06c988a0b1e4a2d4c95055b6b9dbae0d4c9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3ca3a06c988a0b1e4a2d4c950...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Sun Sep 1 23:18:58 2019 +0000
dsound: Trace all DSBCAPS values.
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dsound/dsound.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c index 2fbb3ce..f3030d6 100644 --- a/dlls/dsound/dsound.c +++ b/dlls/dsound/dsound.c @@ -105,10 +105,12 @@ static void _dump_DSBCAPS(DWORD xmask) { FE(DSBCAPS_CTRLPAN) FE(DSBCAPS_CTRLVOLUME) FE(DSBCAPS_CTRLPOSITIONNOTIFY) + FE(DSBCAPS_CTRLFX) FE(DSBCAPS_STICKYFOCUS) FE(DSBCAPS_GLOBALFOCUS) FE(DSBCAPS_GETCURRENTPOSITION2) FE(DSBCAPS_MUTE3DATMAXDISTANCE) + FE(DSBCAPS_LOCDEFER) #undef FE }; unsigned int i;