diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-12 10:18:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-12 10:18:42 (GMT) |
commit | a3bd88519e25802791149763bebaa2658ef70bf5 (patch) | |
tree | 7eb600f0ccbc8b007e45222590d4f7a238b17d86 /unix/tkUnixPort.h | |
parent | cb7a43d6e48ef2f80691715577871b9b8e9acfa3 (diff) | |
parent | 534e9ad20383eee85480e9b665c0431858ade025 (diff) | |
download | tk-a3bd88519e25802791149763bebaa2658ef70bf5.zip tk-a3bd88519e25802791149763bebaa2658ef70bf5.tar.gz tk-a3bd88519e25802791149763bebaa2658ef70bf5.tar.bz2 |
On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead bring it in though tkIntXlibDecls.h
Diffstat (limited to 'unix/tkUnixPort.h')
-rw-r--r-- | unix/tkUnixPort.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h index 222be88..9051c63 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -114,6 +114,7 @@ #endif #ifdef __CYGWIN__ +# include "tkIntXlibDecls.h" # define UINT unsigned int # define HWND void * # define HDC void * @@ -127,9 +128,6 @@ # define LPARAM void * # define LRESULT void * -EXTERN int TkPutImage (unsigned long *, int, Display *, Drawable, GC, - XImage *, int, int, int, int, unsigned int, unsigned int); - #else /* !__CYGWIN__ */ /* * The TkPutImage macro strips off the color table information, which isn't |