diff options
author | hobbs <hobbs@noemail.net> | 2003-02-26 02:47:02 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-02-26 02:47:02 (GMT) |
commit | de75ebcebf4f532bf6bd455cbb5ab8788813d2a0 (patch) | |
tree | 07a34ff2fec532c96eb7d5eb54524c19b49c6e91 /win/tkWinInt.h | |
parent | eae2978277d3a14de93626ddc38282d361212369 (diff) | |
download | tk-de75ebcebf4f532bf6bd455cbb5ab8788813d2a0.zip tk-de75ebcebf4f532bf6bd455cbb5ab8788813d2a0.tar.gz tk-de75ebcebf4f532bf6bd455cbb5ab8788813d2a0.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)
FossilOrigin-Name: e9b026f7cef7dc4a2ab3270e627f278c94b131fd
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 |