aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/haikuterm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/haikuterm.c b/src/haikuterm.c
index df0cd82a39e..ed8040edc91 100644
--- a/src/haikuterm.c
+++ b/src/haikuterm.c
@@ -1090,8 +1090,7 @@ haiku_draw_stipple_background (struct glyph_string *s, struct face *face,
1090 haiku_clip_to_string (s); 1090 haiku_clip_to_string (s);
1091 BView_ClipToRect (view, x, y, width, height); 1091 BView_ClipToRect (view, x, y, width, height);
1092 BView_DrawBitmapTiled (view, rec->img, 0, 0, -1, -1, 1092 BView_DrawBitmapTiled (view, rec->img, 0, 0, -1, -1,
1093 0, 0, FRAME_PIXEL_WIDTH (s->f), 1093 0, 0, x + width, y + height);
1094 FRAME_PIXEL_HEIGHT (s->f));
1095 BView_EndClip (view); 1094 BView_EndClip (view);
1096} 1095}
1097 1096