]> git.sesse.net Git - vlc/commit
Emit a fullscreen toggle action on double click
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 10 Feb 2010 18:17:31 +0000 (20:17 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 10 Feb 2010 18:17:31 +0000 (20:17 +0200)
commit96824f0c8d6134b62fbcf9876a5411258486d390
treeea0277292850a3163cdf11955070b06fe782ff31
parent2d53f020ab745cb4c37ba039194852d2d2a38222
Emit a fullscreen toggle action on double click

If we just set "fullscreen" on the emitting video output, the fullscreen
mode will not survive a change of video output.
With this hack, the hotkeys interface can handle the request correctly.
On the other hand, the hotkeys can also handle it incorrectly (e.g. if
inside LibVLC). It all comes down to the fact that key actions are per
instance, when most of them should be per-input.
src/video_output/event.h