aboutsummaryrefslogtreecommitdiff
path: root/pictCCall_12.icl
diff options
context:
space:
mode:
Diffstat (limited to 'pictCCall_12.icl')
-rw-r--r--pictCCall_12.icl15
1 files changed, 7 insertions, 8 deletions
diff --git a/pictCCall_12.icl b/pictCCall_12.icl
index b235b70..8e8163e 100644
--- a/pictCCall_12.icl
+++ b/pictCCall_12.icl
@@ -749,15 +749,14 @@ winDeleteObject _ _
.end
}
-
-winDonePicture :: !PIC -> (!Int,!Int,!RGBcolor,!RGBcolor,!Pt,!Fnt,!PIC)
+winDonePicture :: !PIC -> !PIC
winDonePicture _
- = code
- {
- .inline WinDonePicture
- ccall WinDonePicture "II-IIIIIIIIIISIIII"
- .end
- }
+ = code
+ {
+ .inline WinDonePicture
+ ccall WinDonePicture "pp-pp"
+ .end
+ }
winInitPicture :: !Int !Int !RGBcolor !RGBcolor !Pt !Fnt !Pt !PIC -> PIC
winInitPicture _ _ _ _ _ _ _ _