[vlc-commits] macosx: save frame position for fspanel (close #9958)
David Fuhrmann
git at videolan.org
Sun Jan 5 19:22:43 CET 2014
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Sun Jan 5 19:19:05 2014 +0100| [efbb9e0de718493549f8123bb6c57e7cfc1c9f45] | committer: David Fuhrmann
macosx: save frame position for fspanel (close #9958)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efbb9e0de718493549f8123bb6c57e7cfc1c9f45
---
modules/gui/macosx/fspanel.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/macosx/fspanel.m b/modules/gui/macosx/fspanel.m
index 9d0576d..fad739c 100644
--- a/modules/gui/macosx/fspanel.m
+++ b/modules/gui/macosx/fspanel.m
@@ -59,6 +59,7 @@
[win setLevel:NSModalPanelWindowLevel];
i_device = config_GetInt(VLCIntf, "macosx-vdev");
hideAgainTimer = fadeTimer = nil;
+ [self setFrameAutosaveName:@"fspanel"];
[self setNonActive:nil];
return win;
}
More information about the vlc-commits
mailing list