diff options
author | Akemi <der.richter@gmx.de> | 2018-06-15 12:49:09 +0200 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2018-10-02 20:36:55 +0300 |
commit | 7c2368ad7d4aa6291441322f6884f3990be71b82 (patch) | |
tree | 35ae1449c4d3faf1e0b890119395781fc0fa589a /stream/stream_edl.c | |
parent | 008ddf42a1adc0a5835d11a8598b86f29d6dad78 (diff) | |
download | mpv-7c2368ad7d4aa6291441322f6884f3990be71b82.tar.bz2 mpv-7c2368ad7d4aa6291441322f6884f3990be71b82.tar.xz |
cocoa-cb: fix side by side Split View
when entering a Split View a windowDidEnterFullScreen event happens
without a previous toggleFullScreen call. in that case it tries to stop
an animation that was never initiated by us and basically breaks the
system initiated fullscreen, or in this case the Split View. immediately
after entering the fullscreen it tries top stop the animation and
resizes the window, which causes the window to exit fullscreen. only
try to stop an animation that was initiated by us and is safe to stop.
(cherry picked from commit 2b0b9bb6a1000a6f3aecabb628bb7e7246c4795b)
Diffstat (limited to 'stream/stream_edl.c')
0 files changed, 0 insertions, 0 deletions