summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-02-21 05:46:53 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-02-21 05:46:53 (GMT)
commitbe773a8b7c21c90fb6a33327deb5bfa3f66da457 (patch)
tree85b9484032316df136c49a4163e05ff42fc0e331 /generic/tkInt.h
parent7fc866095461e4d285902d8d928efb2f63b51802 (diff)
parent97fe921947e27c243b5b2d2500032d17297af4fc (diff)
downloadtk-be773a8b7c21c90fb6a33327deb5bfa3f66da457.zip
tk-be773a8b7c21c90fb6a33327deb5bfa3f66da457.tar.gz
tk-be773a8b7c21c90fb6a33327deb5bfa3f66da457.tar.bz2
_Xconst -> const
FossilOrigin-Name: bf2fb9f3f364d8b5ee0060a5c276a234f2eb60ce
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 4faf908..57157da 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -1215,7 +1215,7 @@ MODULE_SCOPE void TkpWarpPointer(TkDisplay *dispPtr);
#define TkParseColor XParseColor
#else
MODULE_SCOPE Status TkParseColor (Display * display,
- Colormap map, _Xconst char* spec,
+ Colormap map, const char* spec,
XColor * colorPtr);
#endif