(x_display): New field win_gravity.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 1994 09:41:15 +0000 (09:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 1994 09:41:15 +0000 (09:41 +0000)
src/xterm.h

index 7db49db..24d48d3 100644 (file)
@@ -379,6 +379,9 @@ struct x_display
   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.  */