Commit 4774fca7 authored by Florian G. Pflug's avatar Florian G. Pflug

*) We now call lockFocus on the QuickDrawView before attempting to get it's qdport.

parent a6e21c2b
......@@ -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>
......
......@@ -170,6 +170,7 @@
] ;
[o_window setContentView:o_qdview] ;
[o_window orderFront:self] ;
[o_qdview lockFocus] ;
[o_vlc setQDPort:[o_qdview qdPort]] ;
}
......
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