From: Richard M. Stallman Date: Sun, 17 Apr 1994 09:41:15 +0000 (+0000) Subject: (x_display): New field win_gravity. X-Git-Tag: emacs-19.34~8920 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=379564d6f84811434f4f1850696bc37058ae0c7e;p=emacs.git (x_display): New field win_gravity. --- diff --git a/src/xterm.h b/src/xterm.h index 7db49db65a2..24d48d39d60 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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. */