summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-24 21:32:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-24 21:32:46 (GMT)
commit83b2a657b13a11a640d2713f031c63a514360f1d (patch)
tree646ef2213f4b8f36eb5ff5deb37ecefabeaa1a45 /generic/tkInt.decls
parent31f8fd62815ade2416fca697fea79938ab61d230 (diff)
parent20ae5845bf5393c40ddd12145483e4c6af9ef77e (diff)
downloadtk-83b2a657b13a11a640d2713f031c63a514360f1d.zip
tk-83b2a657b13a11a640d2713f031c63a514360f1d.tar.gz
tk-83b2a657b13a11a640d2713f031c63a514360f1d.tar.bz2
Change XSetCommand signature to match Xorg, needed 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 5cc8e7a..7e33de4 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -1254,7 +1254,7 @@ declare 61 win {
Status XSendEvent(Display *d, Window w, Bool b, long l, XEvent *x)
}
declare 62 win {
- void XSetCommand(Display *d, Window w, const char **c, int i)
+ void XSetCommand(Display *d, Window w, char **c, int i)
}
declare 63 win {
void XSetIconName(Display *d, Window w, _Xconst char *c)