Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 151498
Collapse All | Expand All

(-)modules/video_output/x11/xcommon.c.orig (+2 lines)
Lines 886-893 Link Here
886
        vlc_value_t val;
886
        vlc_value_t val;
887
887
888
        /* Update the object variable and trigger callback */
888
        /* Update the object variable and trigger callback */
889
        vlc_mutex_unlock( &p_vout->p_sys->lock );
889
        val.b_bool = !p_vout->b_fullscreen;
890
        val.b_bool = !p_vout->b_fullscreen;
890
        var_Set( p_vout, "fullscreen", val );
891
        var_Set( p_vout, "fullscreen", val );
892
        vlc_mutex_lock( &p_vout->p_sys->lock );
891
893
892
        ToggleFullScreen( p_vout );
894
        ToggleFullScreen( p_vout );
893
        p_vout->i_changes &= ~VOUT_FULLSCREEN_CHANGE;
895
        p_vout->i_changes &= ~VOUT_FULLSCREEN_CHANGE;

Return to bug 151498