Files
mpv/video
James Ross-Gowan f23827d557 w32_common: quit event loop on destroy
When embedding, if the parent window is destroyed, it will cause mpv's
window to be destroyed as well. Since WM_USER wakeups are sent to the
window, destroying the window will prevent wakeups and cause uninit to
hang.

Fix this by quitting the event loop on WM_DESTROY. Events should only be
processed for the lifetime of the window, from CreateWindowEx to
WM_DESTROY. After the event loop is finished, mp_dispatch_queue_process
can handle any remaining requests.
2014-09-30 23:01:06 +10:00
..
2014-08-30 23:54:19 +02:00
2014-07-10 00:58:56 +02:00
2013-11-06 20:27:13 +01:00
2014-08-30 23:24:46 +02:00
2014-08-11 14:03:53 +02:00
2014-08-11 14:03:53 +02:00
2013-12-05 22:58:54 +01:00