/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.735.2.13 by miles, Tue Apr 27 14:11:03 2004 UTC revision 1.735.2.14 by miles, Tue Jul 6 10:17:22 2004 UTC
# Line 1  Line 1 
1  /* X Communication module for terminals which understand the X protocol.  /* X Communication module for terminals which understand the X protocol.
2     Copyright (C) 1989, 93, 94, 95, 96, 97, 98, 1999, 2000, 01, 02, 2003     Copyright (C) 1989, 93, 94, 95, 96, 97, 98, 1999, 2000,01,02,03,04
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 2357  x_draw_image_foreground_1 (s, pixmap) Line 2357  x_draw_image_foreground_1 (s, pixmap)
2357            XGCValues xgcv;            XGCValues xgcv;
2358    
2359            xgcv.clip_mask = s->img->mask;            xgcv.clip_mask = s->img->mask;
2360            xgcv.clip_x_origin = x;            xgcv.clip_x_origin = x - s->slice.x;
2361            xgcv.clip_y_origin = y;            xgcv.clip_y_origin = y - s->slice.y;
2362            xgcv.function = GXcopy;            xgcv.function = GXcopy;
2363            XChangeGC (s->display, s->gc, mask, &xgcv);            XChangeGC (s->display, s->gc, mask, &xgcv);
2364    

Legend:
Removed from v.1.735.2.13  
changed lines
  Added in v.1.735.2.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26