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 | 1efb8907c729e92807cbcad5989bb74d3022d4ec (patch) | |
tree | d9ad95326825a71a929d3ee9fc22ddda9e7e02f8 /win/tkWinInt.h | |
parent | 270cd9ec7d91b3876630d14611d69fb57170cd57 (diff) | |
parent | 88de4c824e53243f5015876e241c4bcc32de14a3 (diff) | |
download | tk-1efb8907c729e92807cbcad5989bb74d3022d4ec.zip tk-1efb8907c729e92807cbcad5989bb74d3022d4ec.tar.gz tk-1efb8907c729e92807cbcad5989bb74d3022d4ec.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 |