mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* src/haikuterm.c (haiku_draw_fringe_bitmap): Set stipple flag.
This commit is contained in:
parent
825b543582
commit
f54a71fa27
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue