diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-21 05:41:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-21 05:41:39 (GMT) |
commit | 91dc83f9c34314a7c6531cff33a04bec21ddf3f0 (patch) | |
tree | 8e08fa728badad04f75b9ae5eab6ba6b67966192 /generic/tkInt.h | |
parent | ac8934a59330e0c285c4a5c89d4e6f985dc499d5 (diff) | |
parent | c6ba2eab38fa4725cd467845a63e5726d6f7f269 (diff) | |
download | tk-91dc83f9c34314a7c6531cff33a04bec21ddf3f0.zip tk-91dc83f9c34314a7c6531cff33a04bec21ddf3f0.tar.gz tk-91dc83f9c34314a7c6531cff33a04bec21ddf3f0.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 42ef495..b152a7a 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -1183,7 +1183,7 @@ MODULE_SCOPE void TkpGetFontAttrsForChar(Tk_Window tkwin, Tk_Font tkfont, #define TkParseColor XParseColor #else MODULE_SCOPE Status TkParseColor (Display * display, - Colormap map, _Xconst char* spec, + Colormap map, CONST char* spec, XColor * colorPtr); #endif |