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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 01 Apr 2002 14:49:41 -0500

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.718 emacs/src/xterm.c:1.719
*** emacs/src/xterm.c:1.718     Mon Apr  1 11:55:33 2002
--- emacs/src/xterm.c   Mon Apr  1 14:49:39 2002
***************
*** 10884,10890 ****
                        int area;
  
                        window = window_from_coordinates (f,
!                                                         XINT 
(event.xmotion.x), XINT (event.xmotion.y),
                                                          &area, 0);
  
                        /* Window will be selected only when it is not selected 
now and
--- 10884,10890 ----
                        int area;
  
                        window = window_from_coordinates (f,
!                                                         event.xmotion.x, 
event.xmotion.y,
                                                          &area, 0);
  
                        /* Window will be selected only when it is not selected 
now and



reply via email to

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