diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 13:28:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 13:28:32 (GMT) |
commit | 7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c (patch) | |
tree | e7364b4bb34b0a57c4cb321fb2f9f8ddc8223554 /generic/tkInt.decls | |
parent | 82c2300291ac49bcadd9eddcacbb32f7ba5fe470 (diff) | |
parent | b0f932ecc2a3a32f67e6054aae4411da9d04da39 (diff) | |
download | tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.zip tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.tar.gz tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.tar.bz2 |
sync nmakehlp.c with Tcl version
<p>purge spaces at end of lines
<p>clean-up unix/Makefile.in after carbon removal
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 36475df..6794edb 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -872,7 +872,7 @@ declare 23 aqua { void TkMacOSXMakeRealWindowExist(TkWindow *winPtr) } declare 24 aqua { - void * TkMacOSXMakeStippleMap(Drawable d1, Drawable d2) + void *TkMacOSXMakeStippleMap(Drawable d1, Drawable d2) } declare 25 aqua { void TkMacOSXMenuClick(void) |