]> gitweb.factorcode.org Git - factor.git/commitdiff
don't really want that read-only!
authorJoe Groff <arcata@gmail.com>
Fri, 1 May 2009 18:21:57 +0000 (13:21 -0500)
committerJoe Groff <arcata@gmail.com>
Fri, 1 May 2009 18:21:57 +0000 (13:21 -0500)
basis/ui/pixel-formats/pixel-formats.factor

index 3c41926c21b80cdb49ff06a87ea22b31721eddc7..3032c2551f642a7d736e6ca906539bfbace6363d 100644 (file)
@@ -47,7 +47,7 @@ HOOK: (pixel-format-attribute) ui-backend ( pixel-format-handle attribute-name -
 
 ERROR: invalid-pixel-format-attributes attributes ;
 
-TUPLE: pixel-format { handle read-only } ;
+TUPLE: pixel-format handle ;
 
 : <pixel-format> ( attributes -- pixel-format )
     dup (make-pixel-format)