summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-05 11:11:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-05 11:11:21 (GMT)
commitde76506f536b8af35a1cc81597de6c691e105248 (patch)
treee3143d6043d82311b6be00703e45ee0e7f8067dd /generic/tkStubInit.c
parentbffdf13f31774677807ea594324f7a8964a1ee10 (diff)
downloadtk-de76506f536b8af35a1cc81597de6c691e105248.zip
tk-de76506f536b8af35a1cc81597de6c691e105248.tar.gz
tk-de76506f536b8af35a1cc81597de6c691e105248.tar.bz2
Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r--generic/tkStubInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c
index 342994a..42bb3f1 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -573,7 +573,7 @@ TkIntPlatStubs tkIntPlatStubs = {
TkIntXlibStubs tkIntXlibStubs = {
TCL_STUB_MAGIC,
NULL,
-#if defined(__WIN32__) || defined(__CYGWIN__) /* WIN */
+#if defined(__WIN32__) /* WIN */
XSetDashes, /* 0 */
XGetModifierMapping, /* 1 */
XCreateImage, /* 2 */