diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:38:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 22:38:13 (GMT) |
commit | 34455b2ccec84bccf8f6380ee8ac40637bf4b8f8 (patch) | |
tree | d9ad95326825a71a929d3ee9fc22ddda9e7e02f8 /win/tkWinInt.h | |
parent | f61ecd111ced0ae28cf4b46da371fb0942ad2532 (diff) | |
parent | edf582e29363915f6b8ea7954176768d8545934f (diff) | |
download | tk-34455b2ccec84bccf8f6380ee8ac40637bf4b8f8.zip tk-34455b2ccec84bccf8f6380ee8ac40637bf4b8f8.tar.gz tk-34455b2ccec84bccf8f6380ee8ac40637bf4b8f8.tar.bz2 |
some more cygwin compatibility improvements
format tk.decls like tcl8.5/8.6
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index 5616e20..abac7b0 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -129,8 +129,8 @@ typedef struct { * Win32 raster and BitBlt op modes. */ -MODULE_SCOPE int tkpWinRopModes[]; -MODULE_SCOPE int tkpWinBltModes[]; +MODULE_SCOPE const int tkpWinRopModes[]; +MODULE_SCOPE const int tkpWinBltModes[]; /* * The following defines are used with TkWinGetBorderPixels to get the extra 2 |