diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-01 19:15:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-01 19:15:13 (GMT) |
commit | ac700071228681cf1b8227258dc7d6e5a9982899 (patch) | |
tree | 1142f4902d53b04c460fe68eeb8778ce4a1554ac /macosx | |
parent | c5a38f8dee64da2d1d20ee4f95fdc0a91d5617e9 (diff) | |
download | tk-ac700071228681cf1b8227258dc7d6e5a9982899.zip tk-ac700071228681cf1b8227258dc7d6e5a9982899.tar.gz tk-ac700071228681cf1b8227258dc7d6e5a9982899.tar.bz2 |
CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXXStubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c index 11a0b35..4912583 100644 --- a/macosx/tkMacOSXXStubs.c +++ b/macosx/tkMacOSXXStubs.c @@ -225,7 +225,7 @@ TkpOpenDisplay( Display * XkbOpenDisplay( - TCL_UNUSED(char *), + TCL_UNUSED(const char *), int *ev_rtrn, int *err_rtrn, int *major_rtrn, |