ui.pixel-formats: fix screwup
parent
e44a0158e6
commit
8b68a07649
|
@ -50,7 +50,7 @@ TUPLE: pixel-format < disposable world handle ;
|
||||||
|
|
||||||
: <pixel-format> ( world attributes -- pixel-format )
|
: <pixel-format> ( world attributes -- pixel-format )
|
||||||
2dup (make-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 ]
|
[ invalid-pixel-format-attributes ]
|
||||||
?if ;
|
?if ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue