summaryrefslogtreecommitdiffstats
path: root/win/tkWinRegion.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-06-05 04:46:39 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-06-05 04:46:39 (GMT)
commit7c71b9deca33776e1ac03f3cf30824b338e82afa (patch)
tree4b1b6848a2a8f1b3f66d319e784c6d08ddc042ab /win/tkWinRegion.c
parent171f9bb65d102fe4110b445c82235472acd60fa1 (diff)
parent9c44bc5eed930f68be46b28a8c917706c79daab6 (diff)
downloadtk-7c71b9deca33776e1ac03f3cf30824b338e82afa.zip
tk-7c71b9deca33776e1ac03f3cf30824b338e82afa.tar.gz
tk-7c71b9deca33776e1ac03f3cf30824b338e82afa.tar.bz2
Change XSetDashes signature and many others to match Xorg, needed for Cygwin
Diffstat (limited to 'win/tkWinRegion.c')
-rw-r--r--win/tkWinRegion.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/tkWinRegion.c b/win/tkWinRegion.c
index a996ca5..d097047 100644
--- a/win/tkWinRegion.c
+++ b/win/tkWinRegion.c
@@ -11,6 +11,13 @@
#include "tkWinInt.h"
+#undef TkCreateRegion
+#undef TkDestroyRegion
+#undef TkClipBox
+#undef TkIntersectRegion
+#undef TkUnionRectWithRegion
+#undef TkRectInRegion
+#undef TkSubtractRegion
/*
*----------------------------------------------------------------------