diff options
author | ericm <ericm@noemail.net> | 2000-09-02 01:18:22 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-09-02 01:18:22 (GMT) |
commit | e07e344476539ecc67332f1cb7d01518b2d69417 (patch) | |
tree | 9595245b7f08d899a74c495e6bdcf0aa4fff0a69 /ChangeLog | |
parent | b39757b5eac5954c6e166b581abce119f9040f97 (diff) | |
download | tk-e07e344476539ecc67332f1cb7d01518b2d69417.zip tk-e07e344476539ecc67332f1cb7d01518b2d69417.tar.gz tk-e07e344476539ecc67332f1cb7d01518b2d69417.tar.bz2 |
* win/makefile.vc (install-libraries):
* win/Makefile.in (install-libraries):
* unix/Makefile.in (install-libraries): Added tkPlatDecls.h to
list of header files to install.
* generic/tk.h: Added #include "tkPlatDecls.h", which declares the
platform specific component of the public Tk stubs API's.
FossilOrigin-Name: 960c59512df2dfeb34b8851852007eb1efe83eeb
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-09-01 Eric Melski <ericm@ajubasolutions.com> + + * win/makefile.vc (install-libraries): + * win/Makefile.in (install-libraries): + * unix/Makefile.in (install-libraries): Added tkPlatDecls.h to + list of header files to install. + + * generic/tk.h: Added #include "tkPlatDecls.h", which declares the + platform specific component of the public Tk stubs API's. + 2000-08-29 Eric Melski <ericm@ajubasolutions.com> * win/tkWinMenu.c (DrawWindowsSystemBitmap): Use scratchDC |