diff options
author | ericm <ericm> | 2000-09-07 00:28:38 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-09-07 00:28:38 (GMT) |
commit | afa5142dc2d0c3a33bd4b391b000c152c2576337 (patch) | |
tree | 91c6cac39950aa1f64d9c29ffd03feecbc42da20 /doc/GetHWND.3 | |
parent | 35bef08e556a55ceea7225fb321da5395f1e3afa (diff) | |
download | tk-afa5142dc2d0c3a33bd4b391b000c152c2576337.zip tk-afa5142dc2d0c3a33bd4b391b000c152c2576337.tar.gz tk-afa5142dc2d0c3a33bd4b391b000c152c2576337.tar.bz2 |
* doc/HWNDToWindow.3:
* doc/GetHWND.3: Changed synopsis to indicate the tkPlatDecls.h
should be included, not tk.h.
* generic/tkPlatDecls.h: Removed #include <windows.h> for Windows,
a better solution for now is to update the docs and have extension
authors #include <tkPlatDecls.h>.
* generic/tk.h: Removed '#include "tkPlatDecls.h"', as the
incorrect inclusion order between windows.h/tkPlatDecls.h causes
build conflicts on Windows.
* generic/tkPlatDecls.h: Added #include <windows.h> for Windows,
so that HWND, etc., are defined properly.
Diffstat (limited to 'doc/GetHWND.3')
-rw-r--r-- | doc/GetHWND.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetHWND.3 b/doc/GetHWND.3 index 696f53f..b512578 100644 --- a/doc/GetHWND.3 +++ b/doc/GetHWND.3 @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: GetHWND.3,v 1.1 2000/04/24 19:47:26 ericm Exp $ +'\" RCS: @(#) $Id: GetHWND.3,v 1.2 2000/09/07 00:28:38 ericm Exp $ '\" '\" .so man.macros @@ -12,7 +12,7 @@ Tk_GetHWND \- retrieve the Windows handle for an X window .SH SYNOPSIS .nf -\fB#include <tk.h>\fR +\fB#include <tkPlatDecls.h>\fR .sp HWND \fBTk_GetHWND\fR(\fIwindow\fR) |