From 11c9e1a0e29bb862b7a9bbbf76e95a3946263360 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 13 Aug 2015 12:58:13 +0200 Subject: Checking equality of requested pen (back) colour and current colour causes heap to fill; why, no idea. --- pictCCall_12.icl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pictCCall_12.icl') diff --git a/pictCCall_12.icl b/pictCCall_12.icl index 7e11f13..e7c7b55 100644 --- a/pictCCall_12.icl +++ b/pictCCall_12.icl @@ -687,7 +687,7 @@ winSetBackColor _ _ = code { .inline WinSetBackColor - ccall WinSetBackColor "IIIII-II" + ccall WinSetBackColor "IIIpI-pI" .end } @@ -696,7 +696,7 @@ winSetPenColor _ _ = code { .inline WinSetPenColor - ccall WinSetPenColor "IIIII-II" + ccall WinSetPenColor "IIIpI-pI" .end } -- cgit v1.2.3