summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-09 20:54:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-09 20:54:06 (GMT)
commit4ee227410ecad38323de7b712664466afd06aab0 (patch)
treec962fe9a9b2f82987484db26fff4f290b40d123e /generic/tkInt.decls
parent89dda440e266b894bf853efa4fedcad7f19befa5 (diff)
downloadtk-4ee227410ecad38323de7b712664466afd06aab0.zip
tk-4ee227410ecad38323de7b712664466afd06aab0.tar.gz
tk-4ee227410ecad38323de7b712664466afd06aab0.tar.bz2
Change TkpWmSetState signature to match UNIX, needed for Cygwin
Don't check for cygwin in win32 static build Some more useful #defines for Cygwin
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 3453f88..3de82d7 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -568,7 +568,7 @@ declare 8 win {
void TkpSetCursor(TkpCursor cursor)
}
declare 9 win {
- void TkpWmSetState(TkWindow *winPtr, int state)
+ int TkpWmSetState(TkWindow *winPtr, int state)
}
declare 10 win {
void TkSetPixmapColormap(Pixmap pixmap, Colormap colormap)