diff options
author | Camil Staps | 2015-08-13 12:58:13 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-13 12:58:13 +0200 |
commit | 11c9e1a0e29bb862b7a9bbbf76e95a3946263360 (patch) | |
tree | b66d062d43d4bae17fb0fe61f387f07e56c08d4c /pictCCall_12.icl | |
parent | More common GTK font names (diff) |
Checking equality of requested pen (back) colour and current colour causes heap to fill; why, no idea.
Diffstat (limited to 'pictCCall_12.icl')
-rw-r--r-- | pictCCall_12.icl | 4 |
1 files changed, 2 insertions, 2 deletions
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
}
|