pixel-format-attribute was just (pixel-format-attribute)

Rename the GENERIC: (pixel-format-attribute) to pixel-format-attribute ?
db4
Doug Coleman 2012-06-21 12:12:57 -07:00
parent 9d4d5d0d00
commit 755e702536
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ M: cocoa-ui-backend raise-window* ( world -- )
] when* ;
: pixel-size ( pixel-format -- size )
color-bits pixel-format-attribute -3 shift ;
color-bits (pixel-format-attribute) -3 shift ;
: offscreen-buffer ( world pixel-format -- alien w h pitch )
[ dim>> first2 ] [ pixel-size ] bi*