diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-21 05:46:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-21 05:46:53 (GMT) |
commit | 57b1224d0740ffbd5208457481ca421450bd6748 (patch) | |
tree | 85b9484032316df136c49a4163e05ff42fc0e331 /generic/tkInt.h | |
parent | 41cc9023c9d8ba470b41666d54cfe4db9bbb5020 (diff) | |
parent | 1884b124718fae2f0fc70fc56a3645d9c918cbb4 (diff) | |
download | tk-57b1224d0740ffbd5208457481ca421450bd6748.zip tk-57b1224d0740ffbd5208457481ca421450bd6748.tar.gz tk-57b1224d0740ffbd5208457481ca421450bd6748.tar.bz2 |
_Xconst -> const
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 2 |
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 |