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