]> git.saurik.com Git - wxWidgets.git/commit
Still can't do "if (flags & wxSOUND_SYNC)..." because it will always
authorRobin Dunn <robin@alldunn.com>
Mon, 9 Aug 2004 23:04:22 +0000 (23:04 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 9 Aug 2004 23:04:22 +0000 (23:04 +0000)
commitc22edec9fceab1ddd75f886008dbd6218446201c
treea875b3ae2ce58084be9de51d198ec2eb76307bdc
parentb6468434e3e4c2067dca192b6d90203b024797d2
Still can't do "if (flags & wxSOUND_SYNC)..." because it will always
be zero.  This is the 2nd or 3rd time I've fixed this, please stop
changing it back!

Fixes to allow ASYNC sounds to continue after the sound object has
been deleted, and so there won't be a crash the next time an async
sound is played.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/sound.cpp