width and height args.
(x_draw_stretch_glyph_string): Call x_reset_clip_rectangles instead
of XSetClipMask.
+ (x_draw_relief_rect) [USE_CAIRO]: Reset clipping.
2015-02-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
right_x + 1 - left_x, width, 0);
}
- x_set_clip_rectangles (f, top_left_gc, clip_rect, 1);
- x_set_clip_rectangles (f, bottom_right_gc, clip_rect, 1);
+ x_reset_clip_rectangles (f, top_left_gc);
+ x_reset_clip_rectangles (f, bottom_right_gc);
#else
Display *dpy = FRAME_X_DISPLAY (f);
Window window = FRAME_X_WINDOW (f);