summaryrefslogtreecommitdiffstats
path: root/generic/tkIntDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-16 13:31:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-16 13:31:48 (GMT)
commit1163ef54c110e4a57ccf168d955da777bf7a3525 (patch)
tree34f7f531464329534828bc183ab4079b2de3a103 /generic/tkIntDecls.h
parent2ef1eadbc983ba136d631cf4ac449b130d4af086 (diff)
parent4b5b028a16729b1caae6ec89ee2e8673958ad127 (diff)
downloadtk-1163ef54c110e4a57ccf168d955da777bf7a3525.zip
tk-1163ef54c110e4a57ccf168d955da777bf7a3525.tar.gz
tk-1163ef54c110e4a57ccf168d955da777bf7a3525.tar.bz2
implement TkSetPixmapColormap and TkpPrintWindowId for cygwin
cleanup some more unused CYGWIN stuff
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r--generic/tkIntDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h
index d50f07c..75954c2 100644
--- a/generic/tkIntDecls.h
+++ b/generic/tkIntDecls.h
@@ -1148,7 +1148,7 @@ extern const TkIntStubs *tkIntStubsPtr;
/*
* On X11, these macros are just wrappers for the equivalent X Region calls.
*/
-#if !(defined(__WIN32__) || defined(MAC_OSX_TK)) /* X11 */
+#if !(defined(__WIN32__) || defined(__CYGWIN__) || defined(MAC_OSX_TK)) /* X11 */
#undef TkClipBox
#undef TkCreateRegion