Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
041b92e4
Commit
041b92e4
authored
Mar 15, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: cosmetics
(cherry picked from commit 087fbc42182507dea9fb8bbe49ae7c3b7cbfbe52)
parent
64a0715b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
modules/gui/macosx/MainWindow.h
modules/gui/macosx/MainWindow.h
+2
-1
modules/gui/macosx/MainWindow.m
modules/gui/macosx/MainWindow.m
+1
-1
No files found.
modules/gui/macosx/MainWindow.h
View file @
041b92e4
...
...
@@ -151,7 +151,7 @@
-
(
IBAction
)
dropzoneButtonAction
:(
id
)
sender
;
-
(
void
)
setTitle
:(
NSString
*
)
title
;
-
(
void
)
customZoom
:
(
id
)
sender
;
-
(
void
)
customZoom
:(
id
)
sender
;
-
(
void
)
windowResizedOrMoved
:(
NSNotification
*
)
notification
;
-
(
void
)
showDropZone
;
...
...
@@ -204,5 +204,6 @@
}
-
(
BOOL
)
isFullscreen
;
-
(
void
)
customZoom
:(
id
)
sender
;
@end
modules/gui/macosx/MainWindow.m
View file @
041b92e4
...
...
@@ -974,7 +974,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
* Felipe A. Rodriguez <far@ix.netcom.com>, Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Copyright (C) 1996 Free Software Foundation, Inc.
*/
-
(
void
)
customZoom
:
(
id
)
sender
-
(
void
)
customZoom
:
(
id
)
sender
{
NSRect
maxRect
=
[[
self
screen
]
visibleFrame
];
NSRect
currentFrame
=
[
self
frame
];
...
...
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