X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fpterm.c;h=526e4941195803a93dd9af2f52ecdb95c70e5be2;hb=fb6a1e9d428d7df9644d2413b04f500fa6413b02;hp=2c8d9e155fc26d2be515c61b9e189e202070f0a8;hpb=0600e8cf75ef93750ccf057ac22ea0a422218dd0;p=PuTTY.git diff --git a/unix/pterm.c b/unix/pterm.c index 2c8d9e15..526e4941 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -386,7 +386,7 @@ static void show_mouseptr(struct gui_data *inst, int show) void draw_backing_rect(struct gui_data *inst) { GdkGC *gc = gdk_gc_new(inst->area->window); - gdk_gc_set_foreground(gc, &inst->cols[18]); /* default background */ + gdk_gc_set_foreground(gc, &inst->cols[258]); /* default background */ gdk_draw_rectangle(inst->pixmap, gc, 1, 0, 0, inst->cfg.width * inst->font_width + 2*inst->cfg.window_border, inst->cfg.height * inst->font_height + 2*inst->cfg.window_border);