diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-04 12:33:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-04 12:33:23 (GMT) |
commit | 9ab3c6cd92aab67f7d99a976591c138c03c7fa66 (patch) | |
tree | db14ace0d9937f7cc569e241d71d9b303a8e0aa5 /generic/tkIntDecls.h | |
parent | 320c10d3d423a300bcab6f28689dbfaa48b1cc02 (diff) | |
parent | 18967125544c5abe440c3aa00ba6359c5c63babc (diff) | |
download | tk-9ab3c6cd92aab67f7d99a976591c138c03c7fa66.zip tk-9ab3c6cd92aab67f7d99a976591c138c03c7fa66.tar.gz tk-9ab3c6cd92aab67f7d99a976591c138c03c7fa66.tar.bz2 |
Add various X11 stub functions, Cygwin only
remove TkBindDeadWindow from Cygwin stub table
[Bug 3540127]: filebox.test fails on win32
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r-- | generic/tkIntDecls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h index 59e7e30..5fcce30 100644 --- a/generic/tkIntDecls.h +++ b/generic/tkIntDecls.h @@ -1881,6 +1881,10 @@ extern TkIntStubs *tkIntStubsPtr; (Region) (src), (Region) (ret)) #endif /* !__CYGWIN__*/ +#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 */ |