Commit 3c9d9b2a authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Don't redraw the window when going to fullscreen. refs #668 and refs #751

  This might not fix it, but it surely should eleviate the problem.
parent 4ca551f5
......@@ -344,7 +344,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
new_frame.origin.x = topleftscreen.x;
new_frame.origin.y = topleftscreen.y - new_frame.size.height;
[o_window setFrame: new_frame display: YES];
[o_window setFrame: new_frame display: NO];
p_vout->i_changes |= VOUT_SIZE_CHANGE;
}
......
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