emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c [lexbind]
Date: Tue, 06 Jul 2004 07:02:19 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.735.2.13 emacs/src/xterm.c:1.735.2.14
*** emacs/src/xterm.c:1.735.2.13        Tue Apr 27 14:11:03 2004
--- emacs/src/xterm.c   Tue Jul  6 10:17:22 2004
***************
*** 1,5 ****
  /* X Communication module for terminals which understand the X protocol.
!    Copyright (C) 1989, 93, 94, 95, 96, 97, 98, 1999, 2000, 01, 02, 2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* X Communication module for terminals which understand the X protocol.
!    Copyright (C) 1989, 93, 94, 95, 96, 97, 98, 1999, 2000,01,02,03,04
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 2357,2364 ****
          XGCValues xgcv;
  
          xgcv.clip_mask = s->img->mask;
!         xgcv.clip_x_origin = x;
!         xgcv.clip_y_origin = y;
          xgcv.function = GXcopy;
          XChangeGC (s->display, s->gc, mask, &xgcv);
  
--- 2357,2364 ----
          XGCValues xgcv;
  
          xgcv.clip_mask = s->img->mask;
!         xgcv.clip_x_origin = x - s->slice.x;
!         xgcv.clip_y_origin = y - s->slice.y;
          xgcv.function = GXcopy;
          XChangeGC (s->display, s->gc, mask, &xgcv);
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]