summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-07 04:30:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-07 04:30:52 (GMT)
commite05c1d71ec11cc892731a999a9d521781ea8567e (patch)
tree9e4ba40f867e41451c5cf5bc10bd1871191d2cad /generic/tkStubInit.c
parente35d614587b25a1a03ededdf2d04bcbfca86be70 (diff)
parent0f3a2fcdd9d1f4c2d5659ae50ce1a5cba322f62c (diff)
downloadtk-e05c1d71ec11cc892731a999a9d521781ea8567e.zip
tk-e05c1d71ec11cc892731a999a9d521781ea8567e.tar.gz
tk-e05c1d71ec11cc892731a999a9d521781ea8567e.tar.bz2
Change XChangeWindowAttributes signature and many others to match Xorg, needed for Cygwin
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 02ab98b..24478e4 100644
--- a/generic/tkStubInit.c
+++ b/generic/tkStubInit.c
@@ -624,7 +624,7 @@ TkIntPlatStubs tkIntPlatStubs = {
TkIntXlibStubs tkIntXlibStubs = {
TCL_STUB_MAGIC,
NULL,
-#if defined(__WIN32__) /* WIN */
+#if defined(__WIN32__) || defined(__CYGWIN__) /* WIN */
XSetDashes, /* 0 */
XGetModifierMapping, /* 1 */
XCreateImage, /* 2 */