diff options
author | nijtmans <nijtmans> | 2010-04-20 15:14:29 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-20 15:14:29 (GMT) |
commit | 1465d1de2bd177a7148f92f80d4c003fc04ca3c1 (patch) | |
tree | 4e908c15e6328e72bf6e1affb2dca1522097c31f /ChangeLog | |
parent | 64c4b08a44ece02ac3c52d893e73c98b5e8f6cc5 (diff) | |
download | tk-1465d1de2bd177a7148f92f80d4c003fc04ca3c1.zip tk-1465d1de2bd177a7148f92f80d4c003fc04ca3c1.tar.gz tk-1465d1de2bd177a7148f92f80d4c003fc04ca3c1.tar.bz2 |
tkPort.h already includes tk.h, which includes tcl.h
Always use #include "tkInt.h", not <tkInt.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ * win/tkWinPort.h might go off before the inclusion of <tchar.h> * compat/stdlib.h Include <tcl.h> only when not already done. * compat/unistd.h + * generic/tkInt.h tkPort.h already includes tk.h, which includes tcl.h + * generic/tk3d.h Always use #include "tkInt.h", not <tkInt.h> + * generic/tkColor.h + * xlib/xcolors.c + * xlib/xgc.c 2010-04-19 Jan Nijtmans <nijtmans@users.sf.net> |