emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macterm.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/macterm.h
Date: Fri, 04 Apr 2003 01:23:59 -0500

Index: emacs/src/macterm.h
diff -c emacs/src/macterm.h:1.7 emacs/src/macterm.h:1.8
*** emacs/src/macterm.h:1.7     Mon Mar 31 15:34:56 2003
--- emacs/src/macterm.h Mon Mar 31 20:09:13 2003
***************
*** 432,437 ****
--- 432,445 ----
  
    /* See enum below */
    int want_fullscreen;
+ 
+   /* This many pixels are the difference between the outer window (i.e. the
+      left of the window manager decoration) and FRAME_X_WINDOW. */
+   int x_pixels_diff;
+ 
+   /* This many pixels are the difference between the outer window (i.e. the
+      top of the window manager titlebar) and FRAME_X_WINDOW. */
+   int y_pixels_diff;
  };
  
  typedef struct mac_output mac_output;




reply via email to

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