]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "qtkit: disable movie-attributes."
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Mar 2021 00:27:03 +0000 (17:27 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 24 Mar 2021 00:27:03 +0000 (17:27 -0700)
This reverts commit 21a4c6f091278c3b19eb7ed7295d8efec5f03189.

extra/qtkit/qtkit.factor

index 46cb27d8b5b97f50ee50f7060f568faa1235c4a8..919e0d2d29a7b533e3a90b98fa4d2cc42ebd3807 100644 (file)
@@ -79,9 +79,8 @@ IMPORT: QTTrack
 : <movie> ( filename -- movie )
     QTMovie swap <NSString> f -> movieWithFile:error: -> retain ;
 
-! XXX: this was breaking, commenting out for now
-! : movie-attributes ( movie -- attributes )
-!     -> movieAttributes plist> ;
+: movie-attributes ( movie -- attributes )
+    -> movieAttributes plist> ;
 
 : play ( movie -- )
     -> play ;