]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/pixel-formats/pixel-formats.factor
basis: ERROR: changes.
[factor.git] / basis / ui / pixel-formats / pixel-formats.factor
index caca019cbcca3b7998967279db654ecab8ecd4a6..1f05c667f00b1522d74bd0b49ba4b46fd8a5f0cc 100644 (file)
@@ -52,7 +52,7 @@ TUPLE: pixel-format < disposable world handle ;
 : <pixel-format> ( world attributes -- pixel-format )
     2dup (make-pixel-format)
     [ pixel-format new-disposable swap >>handle swap >>world ]
-    [ invalid-pixel-format-attributes ]
+    [ throw-invalid-pixel-format-attributes ]
     ?if ;
 
 M: pixel-format dispose*