background rect may be larger.
Fixes: debbugs:12445
+2012-09-23 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image into,
+ background rect may be larger (Bug#12445).
+
2012-09-23 Chong Yidong <cyd@gnu.org>
* keyboard.c (timer_check): Avoid quitting during Fcopy_sequence.
if (img != nil)
{
#if !defined (NS_IMPL_COCOA) || MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
- [img drawInRect: br
+ NSRect dr = NSMakeRect (x, y, s->slice.width, s->slice.height);
+ [img drawInRect: dr
fromRect: NSZeroRect
operation: NSCompositeSourceOver
fraction: 1.0