fixed contract bug

svn: r9428
This commit is contained in:
Matthias Felleisen 2008-04-23 16:10:32 +00:00
parent c8db94bce7
commit 852b673d85

View File

@ -300,7 +300,7 @@
(provide/doc (proc-doc (provide/doc (proc-doc
gif-add-control gif-add-control
(([stream image-or-control-ready-gif-stream?] (([stream image-or-control-ready-gif-stream?]
[disposal (one-of/c 'keep 'restore-bg 'restore-prev)] [disposal (one-of/c 'any 'keep 'restore-bg 'restore-prev)]
[wait-for-input? any/c] [wait-for-input? any/c]
[delay dimension?] [delay dimension?]
[transparent (or/c false/c color?)]) [transparent (or/c false/c color?)])