diff options
author | Camil Staps | 2015-08-19 16:15:23 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-19 16:15:23 +0200 |
commit | 788e314354661b4740d5de6ba93673cd4a391185 (patch) | |
tree | 4141a0259691fd947a89a8fe00a4084817839414 /ospicture.icl | |
parent | Fixes issue with Tut 8.5 (segfault on creating new MDI window) (diff) |
Fixed issue with Tut 8.5 (menus) where Drawable pointer wasn't passed around fully
Diffstat (limited to 'ospicture.icl')
-rw-r--r-- | ospicture.icl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospicture.icl b/ospicture.icl index 3635805..f2ceb2a 100644 --- a/ospicture.icl +++ b/ospicture.icl @@ -640,7 +640,7 @@ getPictureScalingFactors :: !OSPictContext !*OSToolbox -> (!(!Int,!Int),!(!Int,! getPictureScalingFactors _ _
= code
{
- ccall WinGetPictureScaleFactor "II-IIIIII"
+ ccall WinGetPictureScaleFactor "pI-IIIIpI"
}
getpictpenattributes :: !*Picture -> (![PenAttribute],!*Picture)
|