summaryrefslogtreecommitdiffstats
path: root/generic/tkIntDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-04 06:41:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-04 06:41:18 (GMT)
commitfe17c3aa28ea1dc45df04bbfd1d31f157df7b9eb (patch)
treec6596a716c9c228f1a5818c7fd263008fb43b248 /generic/tkIntDecls.h
parent5bf292f9ab0ddda2f59f652e94185832af078740 (diff)
downloadtk-fe17c3aa28ea1dc45df04bbfd1d31f157df7b9eb.zip
tk-fe17c3aa28ea1dc45df04bbfd1d31f157df7b9eb.tar.gz
tk-fe17c3aa28ea1dc45df04bbfd1d31f157df7b9eb.tar.bz2
Add various X11 stub functions, Cygwin only
remove TkBindDeadWindow from Cygwin stub table
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r--generic/tkIntDecls.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h
index 879c964..c9b86d3 100644
--- a/generic/tkIntDecls.h
+++ b/generic/tkIntDecls.h
@@ -1274,5 +1274,10 @@ extern TkIntStubs *tkIntStubsPtr;
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT
+#if defined(__CYGWIN__) && defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
+# undef TkBindDeadWindow
+# define TkBindDeadWindow(winPtr) /* Removed from Cygwins stub table, just do nothing */
+#endif
+
#endif /* _TKINTDECLS */