summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-28 11:13:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-28 11:13:54 (GMT)
commit5bf292f9ab0ddda2f59f652e94185832af078740 (patch)
tree2c1ed6aeac43100a4b7ad6192471250ff83bc847 /unix/tkUnixPort.h
parente309f08cc258675d9627d27fbb8c16bf5a215534 (diff)
downloadtk-5bf292f9ab0ddda2f59f652e94185832af078740.zip
tk-5bf292f9ab0ddda2f59f652e94185832af078740.tar.gz
tk-5bf292f9ab0ddda2f59f652e94185832af078740.tar.bz2
Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared
Diffstat (limited to 'unix/tkUnixPort.h')
-rw-r--r--unix/tkUnixPort.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h
index c4053b9..27787ce 100644
--- a/unix/tkUnixPort.h
+++ b/unix/tkUnixPort.h
@@ -138,6 +138,10 @@
# define WPARAM void *
# 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