From 1f108cdc8b0a04c18a3b1319d4f568c90529603b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 23 Sep 1998 13:56:04 +0000 Subject: [PATCH] . original commit: 1d8ab93e9845a67980a9af9b677157153cff2f67 --- collects/tests/mred/draw.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/mred/draw.ss b/collects/tests/mred/draw.ss index 24afd245..c493620b 100644 --- a/collects/tests/mred/draw.ss +++ b/collects/tests/mred/draw.ss @@ -334,7 +334,7 @@ (begin (let ([h (send bm get-height)] [w (send bm get-width)]) - (send dc draw-bitmap-region + (send dc draw-bitmap-section bm x y 0 0 w h mode color)