mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
Tiny manual CSE of previous commit.
[originally from svn r5697]
This commit is contained in:
parent
5a980feac9
commit
1aee4d81e0
@ -1885,7 +1885,7 @@ void do_text_internal(Context ctx, int x, int y, wchar_t *text, int len,
|
|||||||
GdkGC *gc = dctx->gc;
|
GdkGC *gc = dctx->gc;
|
||||||
int ncombining, combining;
|
int ncombining, combining;
|
||||||
int nfg, nbg, t, fontid, shadow, rlen, widefactor;
|
int nfg, nbg, t, fontid, shadow, rlen, widefactor;
|
||||||
int monochrome = gtk_widget_get_visual(dctx->inst->area)->depth == 1;
|
int monochrome = gtk_widget_get_visual(inst->area)->depth == 1;
|
||||||
|
|
||||||
if (attr & TATTR_COMBINING) {
|
if (attr & TATTR_COMBINING) {
|
||||||
ncombining = len;
|
ncombining = len;
|
||||||
|
Loading…
Reference in New Issue
Block a user