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:
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;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user