Commit 7b8083d2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "Emit a fullscreen toggle action on double click"

This reverts commit 96824f0c.
This hack is not needed anymore.
parent 77733e5e
......@@ -87,8 +87,7 @@ static inline void vout_SendEventMouseReleased(vout_thread_t *vout, int button)
static inline void vout_SendEventMouseDoubleClick(vout_thread_t *vout)
{
//vout_ControlSetFullscreen(vout, !var_GetBool(vout, "fullscreen"));
//var_ToggleBool(vout, "fullscreen");
var_SetInteger(vout->p_libvlc, "key-action", ACTIONID_TOGGLE_FULLSCREEN);
var_ToggleBool(vout, "fullscreen");
}
static inline void vout_SendEventMouseVisible(vout_thread_t *vout)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment