Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9266718f
Commit
9266718f
authored
Jan 20, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: make sure that the non-native fullscreen mode is correctly left when a clip is over
parent
3d7351e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
modules/gui/macosx/MainWindow.m
modules/gui/macosx/MainWindow.m
+4
-1
No files found.
modules/gui/macosx/MainWindow.m
View file @
9266718f
...
@@ -1219,6 +1219,9 @@ static VLCMainWindow *_o_sharedInstance = nil;
...
@@ -1219,6 +1219,9 @@ static VLCMainWindow *_o_sharedInstance = nil;
[
self
makeFirstResponder
:
o_video_view
];
[
self
makeFirstResponder
:
o_video_view
];
else
else
[
self
makeFirstResponder
:
nil
];
[
self
makeFirstResponder
:
nil
];
if
(
!
b_videoPlayback
&&
b_fullscreen
&&
!
b_nativeFullscreenMode
)
[
self
leaveFullscreenAndFadeOut
:
YES
];
}
}
-
(
void
)
resizeWindow
-
(
void
)
resizeWindow
...
@@ -1547,7 +1550,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
...
@@ -1547,7 +1550,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
if
(
OSX_LEOPARD
)
if
(
OSX_LEOPARD
)
SetSystemUIMode
(
kUIModeNormal
,
kUIOptionAutoShowMenuBar
);
SetSystemUIMode
(
kUIModeNormal
,
kUIOptionAutoShowMenuBar
);
else
else
[
NSApp
setPresentationOptions
:
(
NSApplicationPresentationDefault
)
];
[
NSApp
setPresentationOptions
:
NSApplicationPresentationDefault
];
/* Will release the lock */
/* Will release the lock */
[
self
hasEndedFullscreen
];
[
self
hasEndedFullscreen
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment