summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-12 09:40:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-12 09:40:33 (GMT)
commit534e9ad20383eee85480e9b665c0431858ade025 (patch)
tree0ddd2f665a59d34c8dec318ca3cf7676353449e0 /unix/tkUnixPort.h
parent59921494b1adc71f06c53c4a7574507908bb79e3 (diff)
downloadtk-534e9ad20383eee85480e9b665c0431858ade025.zip
tk-534e9ad20383eee85480e9b665c0431858ade025.tar.gz
tk-534e9ad20383eee85480e9b665c0431858ade025.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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index 6e7a701..d122c8c 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -129,6 +129,7 @@
#endif
#ifdef __CYGWIN__
+# include "tkIntXlibDecls.h"
# define UINT unsigned int
# define HWND void *
# define HDC void *
@@ -142,9 +143,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