* src/haikuterm.c (haiku_draw_fringe_bitmap): Set stipple flag.

This commit is contained in:
Po Lu 2022-05-09 12:45:05 +00:00
parent 825b543582
commit f54a71fa27

View file

@ -2589,6 +2589,8 @@ haiku_draw_fringe_bitmap (struct window *w, struct glyph_row *row,
0, 0, FRAME_PIXEL_WIDTH (f),
FRAME_PIXEL_HEIGHT (f));
BView_EndClip (view);
row->stipple_p = true;
}
}