From: John Benediktsson Date: Wed, 24 Mar 2021 00:27:03 +0000 (-0700) Subject: Revert "qtkit: disable movie-attributes." X-Git-Tag: 0.99~2371 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c37f6da496ff02a5094a6f5a71ff40877a62f29b Revert "qtkit: disable movie-attributes." This reverts commit 21a4c6f091278c3b19eb7ed7295d8efec5f03189. --- diff --git a/extra/qtkit/qtkit.factor b/extra/qtkit/qtkit.factor index 46cb27d8b5..919e0d2d29 100644 --- a/extra/qtkit/qtkit.factor +++ b/extra/qtkit/qtkit.factor @@ -79,9 +79,8 @@ IMPORT: QTTrack : ( filename -- movie ) QTMovie swap 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 ;