diff options
author | Camil Staps | 2015-07-08 11:28:30 +0200 |
---|---|---|
committer | Camil Staps | 2015-07-08 12:24:04 +0200 |
commit | b417a6431e89ea4f57d48c1ca169c5cc3cc7a4cd (patch) | |
tree | 0cff25c1d87721ed43fe1ebcb3de599fde75a914 /windowCrossCall_12.icl | |
parent | gitignore swp files (diff) |
Debugging; word sizes (Int -> pointer); fix CleanStrings
Diffstat (limited to 'windowCrossCall_12.icl')
-rw-r--r-- | windowCrossCall_12.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windowCrossCall_12.icl b/windowCrossCall_12.icl index 0b725d7..8291f81 100644 --- a/windowCrossCall_12.icl +++ b/windowCrossCall_12.icl @@ -97,6 +97,7 @@ winObscureCursor tb winSetWindowTitle :: !HWND !String !*OSToolbox -> *OSToolbox
winSetWindowTitle hwnd title tb
# (textptr,tb) = winMakeCString title tb
+ //| True = abort ("CSTRING : " +++ title +++ "; " +++ toString textptr +++ "\n")
# (_,tb) = issueCleanRequest2 (errorCallback2 "SetWindowTitle") (Rq2Cci CcRqSETWINDOWTITLE hwnd textptr) tb
= winReleaseCString textptr tb
|