1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Tiny manual CSE of previous commit.

[originally from svn r5697]
This commit is contained in:
Ben Harris 2005-04-27 21:22:40 +00:00
parent 5a980feac9
commit 1aee4d81e0

View File

@ -1885,7 +1885,7 @@ void do_text_internal(Context ctx, int x, int y, wchar_t *text, int len,
GdkGC *gc = dctx->gc;
int ncombining, combining;
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) {
ncombining = len;