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.h


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Sun, 05 Oct 2003 09:42:05 -0400

Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.154 emacs/src/xterm.h:1.155
*** emacs/src/xterm.h:1.154     Sun Oct  5 07:52:47 2003
--- emacs/src/xterm.h   Sun Oct  5 09:42:04 2003
***************
*** 625,633 ****
    int focus_state;
  
    /* The latest move we made to FRAME_OUTER_WINDOW.  Saved so we can
!      compensate for type A WMs (see wm_type in dpyinfo above.  */
    int expected_top;
    int expected_left;
  
    /* Nonzero if we have made a move and needs to check if the WM placed us
       at the right position.  */
--- 625,637 ----
    int focus_state;
  
    /* The latest move we made to FRAME_OUTER_WINDOW.  Saved so we can
!      compensate for type A WMs (see wm_type in dpyinfo above).  */
    int expected_top;
    int expected_left;
+ 
+   /* The offset we need to add to compensate for type A WMs.  */
+   int move_offset_top;
+   int move_offset_left;
  
    /* Nonzero if we have made a move and needs to check if the WM placed us
       at the right position.  */




reply via email to

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