diff src/xterm.h @ 6933:b5f510efd194

(x_display): New field win_gravity.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Apr 1994 09:41:15 +0000
parents 4b783d429e6e
children b43ec2effc1d
line wrap: on
line diff
--- a/src/xterm.h	Sun Apr 17 07:53:22 1994 +0000
+++ b/src/xterm.h	Sun Apr 17 09:41:15 1994 +0000
@@ -379,6 +379,9 @@
   struct face **computed_faces;
   int n_computed_faces;		/* How many are valid */
   int size_computed_faces;	/* How many are allocated */
+
+  /* This is the gravity value for the specified window position.  */
+  int win_gravity;
 };
 
 /* Get at the computed faces of an X window frame.  */