diff options
author | fvogel <fvogelnew1@free.fr> | 2016-03-08 21:55:45 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-03-08 21:55:45 (GMT) |
commit | d4e3294d3a4adb1370d84500401b26f7279119cc (patch) | |
tree | 7de22d5cfbf55e327ae057cdba5d0e2bf5f68f04 /generic/tkText.h | |
parent | bc0f830a410e3cda93f230708229cb35dbb788f2 (diff) | |
download | tk-d4e3294d3a4adb1370d84500401b26f7279119cc.zip tk-d4e3294d3a4adb1370d84500401b26f7279119cc.tar.gz tk-d4e3294d3a4adb1370d84500401b26f7279119cc.tar.bz2 |
Backed out anything dealing with stippling, in accordance with discussion about TIP #443
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index f37e01a..5d88784 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -371,13 +371,8 @@ typedef struct TkTextTag { * NULL means no value specified here. */ Tk_3DBorder selBorder; /* Used for drawing background for selected text. * NULL means no value specified here. */ - Pixmap selBgStipple; /* Stipple bitmap for background of selected text. - * None means no value specified here. */ XColor *selFgColor; /* Foreground color for selected text. NULL means * no value specified here. */ - Pixmap selFgStipple; /* Stipple bitmap for text and other - * foreground stuff when selected. None means - * no value specified here.*/ char *spacing1String; /* -spacing1 option string (malloc-ed). NULL * means option not specified. */ int spacing1; /* Extra spacing above first display line for |