diff options
author | Camil Staps | 2015-08-20 10:49:07 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-20 10:49:07 +0200 |
commit | 4d9c04126985dd40b1d4c4ee0c9690154cd35d90 (patch) | |
tree | 63656f858a2b569c4355409dd8ccf53d561c1220 /ospicture.icl | |
parent | Tryout WinSetFont (diff) | |
parent | To mimic the Windows library, WinGetTime now returns the local time rather th... (diff) |
Merge branch 'master' into fontsfonts
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)
|