]> git.sesse.net Git - vlc/commitdiff
*) We now call lockFocus on the QuickDrawView before attempting to get it's qdport.
authorFlorian G. Pflug <fgp@videolan.org>
Wed, 30 Jan 2002 23:41:56 +0000 (23:41 +0000)
committerFlorian G. Pflug <fgp@videolan.org>
Wed, 30 Jan 2002 23:41:56 +0000 (23:41 +0000)
extras/MacOSX/vlc.pbproj/project.pbxproj
plugins/macosx/intf_controller.c

index bcdddfc08c441d036aad626b6e186a4f65f70a7a..2cdfe2f6e59e6e23d665ccf4a04018fdef9639a6 100644 (file)
        <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>
index 1469298e5fdb6a6d49517b2df92ce5b63090be1a..616979083695a06e9ae119b24caee94a3e129c93 100644 (file)
         ] ;
         [o_window setContentView:o_qdview] ;
         [o_window orderFront:self] ;
+        [o_qdview lockFocus] ;
         [o_vlc setQDPort:[o_qdview qdPort]] ;
     }