diff options
author | Camil Staps | 2015-08-24 09:50:20 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-24 09:50:20 +0200 |
commit | 5314ea336f1acb3f95f0e129cf172587b8db1f24 (patch) | |
tree | ee9d6b8b35bd5e91a508016f0e4384ace8e65150 /pictCCall_12.icl | |
parent | Fixing some more pointers (diff) |
Fixing clipping mode
Diffstat (limited to 'pictCCall_12.icl')
-rw-r--r-- | pictCCall_12.icl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pictCCall_12.icl b/pictCCall_12.icl index 7ca03e9..27fca52 100644 --- a/pictCCall_12.icl +++ b/pictCCall_12.icl @@ -272,7 +272,7 @@ winAllocPolyShape _ _ = code
{
.inline WinAllocPolyShape
- ccall WinAllocPolyShape "II-II"
+ ccall WinAllocPolyShape "II-pI"
.end
}
@@ -281,7 +281,7 @@ winSetPolyPoint _ _ _ _ _ = code
{
.inline WinSetPolyPoint
- ccall WinSetPolyPoint "IIIII-I"
+ ccall WinSetPolyPoint "IIIpI-I"
.end
}
@@ -290,7 +290,7 @@ winFreePolyShape _ _ = code
{
.inline WinFreePolyShape
- ccall WinFreePolyShape "II-I"
+ ccall WinFreePolyShape "pI-I"
.end
}
|