pixel-format-attribute was just (pixel-format-attribute)
Rename the GENERIC: (pixel-format-attribute) to pixel-format-attribute ?db4
parent
9d4d5d0d00
commit
755e702536
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue