Commit 2b0f28e6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Remember the detached vout position.

parent d0076456
......@@ -1053,6 +1053,8 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
[self center];
[self makeKeyAndOrderFront: self];
[self setReleasedWhenClosed: YES];
[self setFrameUsingName:@"VLCVoutWindowDetached"];
[self setFrameAutosaveName:@"VLCVoutWindowDetached"];
/* We'll catch mouse events */
[self makeFirstResponder: o_view];
......
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