aboutsummaryrefslogtreecommitdiff
path: root/Linux_C_12/cCCallWindows_121.h
diff options
context:
space:
mode:
authorCamil Staps2015-08-12 13:59:08 +0200
committerCamil Staps2015-08-12 13:59:08 +0200
commitb5e3f8cb0a19ec0672cd27c8df0f3393643aaf42 (patch)
tree245b461bf015353b41d3df72cfd1868e110d5d23 /Linux_C_12/cCCallWindows_121.h
parentFixed crashes with windows (diff)
Get rid of all the tabs. So annoying.
Diffstat (limited to 'Linux_C_12/cCCallWindows_121.h')
-rw-r--r--Linux_C_12/cCCallWindows_121.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Linux_C_12/cCCallWindows_121.h b/Linux_C_12/cCCallWindows_121.h
index 45823ab..25ae776 100644
--- a/Linux_C_12/cCCallWindows_121.h
+++ b/Linux_C_12/cCCallWindows_121.h
@@ -8,8 +8,8 @@ extern OS WinValidateRect (OSWindowPtr wnd, int left, int top, int right,
extern OS WinValidateRgn (OSWindowPtr wnd, OSRgnHandle rgn, OS ios);
/* Win(M/S)DIClientToOuterSizeDims returns the width and height needed to add/subtract
- from the client/outer size to obtain the outer/client size.
- These values must be the same as used by W95AdjustClean(M/S)DIWindowDimensions!
+ from the client/outer size to obtain the outer/client size.
+ These values must be the same as used by W95AdjustClean(M/S)DIWindowDimensions!
*/
extern void WinMDIClientToOuterSizeDims (int styleFlags, OS ios, int *dw, int *dh, OS *oos);
extern void WinSDIClientToOuterSizeDims (int styleFlags, OS ios, int *dw, int *dh, OS *oos);