From 379564d6f84811434f4f1850696bc37058ae0c7e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Apr 1994 09:41:15 +0000 Subject: [PATCH] (x_display): New field win_gravity. --- src/xterm.h | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.39.5