# HG changeset patch # User Richard M. Stallman # Date 766575675 0 # Node ID b5f510efd194179072eeb56006a35dc492fdedb5 # Parent bde97688f58b6377ec274bfc8a4d35175719e40c (x_display): New field win_gravity. diff -r bde97688f58b -r b5f510efd194 src/xterm.h --- 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. */