diff options
author | hobbs <hobbs> | 2003-02-26 02:47:03 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-26 02:47:03 (GMT) |
commit | 068b4d37aa8b1004f70c6ed479cd310b291c16f1 (patch) | |
tree | 07a34ff2fec532c96eb7d5eb54524c19b49c6e91 /win/tkWinInt.h | |
parent | 545636f30356c3701dab3eac90deaf3a87d88c47 (diff) | |
download | tk-068b4d37aa8b1004f70c6ed479cd310b291c16f1.zip tk-068b4d37aa8b1004f70c6ed479cd310b291c16f1.tar.gz tk-068b4d37aa8b1004f70c6ed479cd310b291c16f1.tar.bz2 |
* win/tkWinInt.h:
* win/tkWinDraw.c:
* win/tkWinFont.c (Tk_DrawChars): add support for simple XOR text
drawing on Windows. [Patch #685388] (martin)
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h index ca4916a..cbe2290 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinInt.h,v 1.13 2002/04/12 07:18:49 hobbs Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.14 2003/02/26 02:47:05 hobbs Exp $ */ #ifndef _TKWININT @@ -127,10 +127,11 @@ typedef struct { /* * The following variable is a translation table between X gc functions and - * Win32 raster op modes. + * Win32 raster and BitBlt op modes. */ extern int tkpWinRopModes[]; +extern int tkpWinBltModes[]; /* * The following defines are used with TkWinGetBorderPixels to get the |