diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-09 21:16:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-09 21:16:51 (GMT) |
commit | 7da887fc2b6f0c7e19b48fbb6b464b35d31aad24 (patch) | |
tree | d6505398089f107ca8ff642724395774c019ac1e /generic/tkInt.decls | |
parent | 588dfc9419dadcedfef8b975a7d0179924a8996c (diff) | |
parent | 4ee227410ecad38323de7b712664466afd06aab0 (diff) | |
download | tk-7da887fc2b6f0c7e19b48fbb6b464b35d31aad24.zip tk-7da887fc2b6f0c7e19b48fbb6b464b35d31aad24.tar.gz tk-7da887fc2b6f0c7e19b48fbb6b464b35d31aad24.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.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 63f34f5..fc384a1 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -652,7 +652,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) |