emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Wed, 20 Mar 2002 15:58:03 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.150 emacs/src/w32term.c:1.151
*** emacs/src/w32term.c:1.150   Wed Mar  6 18:17:38 2002
--- emacs/src/w32term.c Wed Mar 20 15:58:03 2002
***************
*** 8804,8810 ****
                      && XFASTINT (XWINDOW (f->tool_bar_window)->height))
                    {
                      Lisp_Object window;
!                     int p;
  
                      /* Set x and y.  */
                      window = window_from_coordinates (f,
--- 8804,8813 ----
                      && XFASTINT (XWINDOW (f->tool_bar_window)->height))
                    {
                      Lisp_Object window;
!                     int p, x, y;
! 
!                   x = XFASTINT (emacs_event.x);
!                   y = XFASTINT (emacs_event.y);
  
                      /* Set x and y.  */
                      window = window_from_coordinates (f,



reply via email to

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