Commit da6798a9 authored by David Fuhrmann's avatar David Fuhrmann

macosx: rename forgotten occurence of macosx-background

parent 0f233f49
...@@ -1371,7 +1371,7 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -1371,7 +1371,7 @@ static VLCMain *_o_sharedMainInstance = nil;
- (void)setWindowLevel:(NSNumber*)state - (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; return;
if ([state unsignedIntValue] & VOUT_WINDOW_STATE_ABOVE) if ([state unsignedIntValue] & VOUT_WINDOW_STATE_ABOVE)
......
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