[vlc-commits] macosx: rename forgotten occurence of macosx-background
David Fuhrmann
git at videolan.org
Fri Sep 7 22:32:10 CEST 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri Sep 7 22:08:04 2012 +0200| [da6798a95bc9bc4683c1f7b00b3a80167097d45f] | committer: David Fuhrmann
macosx: rename forgotten occurence of macosx-background
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=da6798a95bc9bc4683c1f7b00b3a80167097d45f
---
modules/gui/macosx/intf.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 240a40d..6be8eed 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -1371,7 +1371,7 @@ static VLCMain *_o_sharedMainInstance = nil;
- (void)setWindowLevel:(NSNumber*)state
{
- if (var_InheritBool(p_intf, "macosx-background") || [[[[VLCMainWindow sharedInstance] videoView] window] level] < NSNormalWindowLevel)
+ if (var_InheritBool(p_intf, "video-wallpaper") || [[[[VLCMainWindow sharedInstance] videoView] window] level] < NSNormalWindowLevel)
return;
if ([state unsignedIntValue] & VOUT_WINDOW_STATE_ABOVE)
More information about the vlc-commits
mailing list