Mercurial > emacs
changeset 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 | bde97688f58b |
children | e0ab4f59004e |
files | src/xterm.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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. */