Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
4774fca7
Commit
4774fca7
authored
Jan 30, 2002
by
Florian G. Pflug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*) We now call lockFocus on the QuickDrawView before attempting to get it's qdport.
parent
a6e21c2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
extras/MacOSX/vlc.pbproj/project.pbxproj
extras/MacOSX/vlc.pbproj/project.pbxproj
+1
-1
plugins/macosx/intf_controller.c
plugins/macosx/intf_controller.c
+1
-0
No files found.
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
4774fca7
...
...
@@ -219,7 +219,7 @@
<key>CFBundleExecutable</key>
<string>vlc</string>
<key>CFBundleGetInfoString</key>
<string>VideoLan Client 0.2.92</string>
<string>VideoLan Client 0.2.92
(25.01.2002)
</string>
<key>CFBundleIconFile</key>
<string>vlc.icns</string>
<key>CFBundleIdentifier</key>
...
...
plugins/macosx/intf_controller.c
View file @
4774fca7
...
...
@@ -170,6 +170,7 @@
]
;
[
o_window
setContentView
:
o_qdview
]
;
[
o_window
orderFront
:
self
]
;
[
o_qdview
lockFocus
]
;
[
o_vlc
setQDPort
:
[
o_qdview
qdPort
]]
;
}
...
...
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