diff --git a/basis/windows/offscreen/offscreen.factor b/basis/windows/offscreen/offscreen.factor index e38477c98c..4b4847f964 100644 --- a/basis/windows/offscreen/offscreen.factor +++ b/basis/windows/offscreen/offscreen.factor @@ -46,7 +46,7 @@ IN: windows.offscreen ubyte-components >>component-type t >>upside-down? ; -: with-memory-dc ( quot: ( hDC -- ) -- ) +: with-memory-dc ( ..a quot: ( ..a hDC -- ..b ) -- ..b ) [ [ f CreateCompatibleDC &DeleteDC ] dip call ] with-destructors ; inline :: make-bitmap-image ( dim dc quot -- image )