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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Fri, 19 Sep 2003 10:45:21 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.808 emacs/src/xterm.c:1.809
*** emacs/src/xterm.c:1.808     Mon Sep  1 11:45:58 2003
--- emacs/src/xterm.c   Fri Sep 19 10:45:21 2003
***************
*** 8314,8325 ****
        f->win_gravity = NorthWestGravity;
      }
    x_calc_absolute_position (f);
! 
    BLOCK_INPUT;
    x_wm_set_size_hint (f, (long) 0, 0);
  
    modified_left = f->left_pos;
    modified_top = f->top_pos;
  #if 0 /* Running on psilocin (Debian), and displaying on the NCD X-terminal,
         this seems to be unnecessary and incorrect.  rms, 4/17/97.  */
    /* It is a mystery why we need to add the border_width here
--- 8314,8328 ----
        f->win_gravity = NorthWestGravity;
      }
    x_calc_absolute_position (f);
!  
    BLOCK_INPUT;
    x_wm_set_size_hint (f, (long) 0, 0);
  
    modified_left = f->left_pos;
    modified_top = f->top_pos;
+   modified_left += FRAME_X_OUTPUT (f)->x_pixels_outer_diff;
+   modified_top += FRAME_X_OUTPUT (f)->y_pixels_outer_diff;
+ 
  #if 0 /* Running on psilocin (Debian), and displaying on the NCD X-terminal,
         this seems to be unnecessary and incorrect.  rms, 4/17/97.  */
    /* It is a mystery why we need to add the border_width here




reply via email to

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