diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-25 16:25:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-25 16:25:20 (GMT) |
commit | ac859f541ab22b0778aa06864848fdf336bb49cf (patch) | |
tree | 6e45150fb4ffc49a55a84c473b393c1b01745056 /ChangeLog | |
parent | 8fa92e5eb08f440c8993da8965ab7e0e17b173b8 (diff) | |
download | tk-ac859f541ab22b0778aa06864848fdf336bb49cf.zip tk-ac859f541ab22b0778aa06864848fdf336bb49cf.tar.gz tk-ac859f541ab22b0778aa06864848fdf336bb49cf.tar.bz2 |
* Corrected definition of
TkpScanWindowId to handle situation where types Window and int
do not have the same number of bits. CONST-ified too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2001-09-25 Don Porter <dgp@users.sourceforge.net> + + * generic/tkBind.c: + * generic/tkInt.decls (TkpScanWindowId): + * unix/tkUnixPort.h (Tkp{Print,Scan}WindowId): + * unix/tkUnixXId.c (TkpScanWindowId): + * win/tkWinWindow.c (TkpScanWindowId): Corrected definition of + TkpScanWindowId to handle situation where types Window and int + do not have the same number of bits. CONST-ified too. + + * generic/tkIntPlatDecls.h: + * generic/tkStubInit.c: make genstubs + 2001-09-24 Don Porter <dgp@users.sourceforge.net> * generic/tkMain.c (StdinProc): Update to handle change in |