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
6581f79a
Commit
6581f79a
authored
Jun 15, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed applescript Fullscreen command.
parent
e5a5a105
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/gui/macosx/applescript.m
modules/gui/macosx/applescript.m
+3
-2
No files found.
modules/gui/macosx/applescript.m
View file @
6581f79a
...
...
@@ -2,7 +2,7 @@
* applescript.m: MacOS X AppleScript support
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: applescript.m,v 1.
2 2003/05/08 01:16:57
hartman Exp $
* $Id: applescript.m,v 1.
3 2003/06/15 15:20:21
hartman Exp $
*
* Authors: Derk-Jan Hartman <thedj@users.sourceforge.net>
*
...
...
@@ -119,7 +119,8 @@
}
else
if
(
[
o_command
isEqualToString
:
@"fullscreen"
]
)
{
/*FIXME*/
[
o_controls
fullscreen
:
self
];
NSMenuItem
*
o_mi
=
[[
NSMenuItem
alloc
]
initWithTitle
:
_NS
(
"Fullscreen"
)
action
:
nil
keyEquivalent
:
@""
];
[
o_controls
windowAction
:[
o_mi
autorelease
]];
return
nil
;
}
else
if
(
[
o_command
isEqualToString
:
@"mute"
]
)
...
...
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