emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Sun, 05 Oct 2003 07:52:49 -0400

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.302 emacs/src/frame.c:1.303
*** emacs/src/frame.c:1.302     Sat Sep 20 19:26:20 2003
--- emacs/src/frame.c   Sun Oct  5 07:52:46 2003
***************
*** 2607,2618 ****
        int move_x = new_left;
        int move_y = new_top;
  
! #ifdef HAVE_X_WINDOWS
!       move_x += FRAME_X_OUTPUT (f)->x_pixels_outer_diff;
!       move_y += FRAME_X_OUTPUT (f)->y_pixels_outer_diff;
  #endif
  
-       f->want_fullscreen |= FULLSCREEN_MOVE_WAIT;
        x_set_offset (f, move_x, move_y, 1);
      }
  }
--- 2607,2616 ----
        int move_x = new_left;
        int move_y = new_top;
  
! #ifndef HAVE_X_WINDOWS
!       f->want_fullscreen |= FULLSCREEN_MOVE_WAIT;
  #endif
  
        x_set_offset (f, move_x, move_y, 1);
      }
  }




reply via email to

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