]> git.sesse.net Git - vlc/commit
hotkeys: fullscreen state of the vout should have precedence over fullscreen state...
authorFelix Abecassis <felix.abecassis@gmail.com>
Tue, 28 Jan 2014 09:56:46 +0000 (10:56 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 28 Jan 2014 19:20:57 +0000 (20:20 +0100)
commit9f7bfd93e3a749a2912adda6380370310cd4dffa
tree4743983405a84013ab81017f29a7ebf53af18d00
parent7a52ace172ef0275ba2efb9d5b853147f11e6dfe
hotkeys: fullscreen state of the vout should have precedence over fullscreen state of the playlist

Double clicking to toggle to fullscreen mode does not trigger this code
path since 7b8083d228. The state of the playlist was therefore not in
sync with the vout. Pressing the fullscreen hotkey caused the state of
the playlist to be used to set the state of the vout, thus causing the bug.

Close #10433.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/control/hotkeys.c