diff options
author | nijtmans <nijtmans> | 2009-12-02 21:16:43 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-12-02 21:16:43 (GMT) |
commit | 0497ee90f268c6a29d29c88057e594fc8a93c487 (patch) | |
tree | e7c6ac83eb26ee8b7f1ff29abc94dd3eefa8e531 /generic/tkInt.decls | |
parent | 9d09aa493bc63b125972d889115a22795f8b784a (diff) | |
download | tk-0497ee90f268c6a29d29c88057e594fc8a93c487.zip tk-0497ee90f268c6a29d29c88057e594fc8a93c487.tar.gz tk-0497ee90f268c6a29d29c88057e594fc8a93c487.tar.bz2 |
win/Makefile.in Use tktest86.dll for all tests.
win/tkWinInt.h mark various functions MODULE_SCOPE
generic/tkInt.decls make TkWinChildProc available in private
stub table. [Bug #220600] and [Bug #220690].
generic/tkIntPlatDecls.h (regenerated)
generic/tkStubInit.c (regenerated)
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 41205ad..82d015c 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tkInt.decls,v 1.57 2009/06/29 14:35:01 das Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.58 2009/12/02 21:16:44 nijtmans Exp $ library tk @@ -783,6 +783,13 @@ declare 35 win { int TkWinGetPlatformTheme(void) } +# new for 8.6 + +declare 36 win { + LRESULT CALLBACK TkWinChildProc(HWND hwnd, + UINT message, WPARAM wParam, LPARAM lParam) +} + ################################ # Aqua specific functions |