ui.pixel-formats: fix screwup

db4
Slava Pestov 2009-08-24 20:45:19 -05:00
parent e44a0158e6
commit 8b68a07649
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ TUPLE: pixel-format < disposable world handle ;
: <pixel-format> ( world attributes -- pixel-format )
2dup (make-pixel-format)
[ pixel-format new swap >>handle swap >>world ]
[ pixel-format new-disposable swap >>handle swap >>world ]
[ invalid-pixel-format-attributes ]
?if ;