summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-17 09:41:15 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-17 09:41:15 +0000
commit156674e0ed0af6283dc085986a3ab232d187d579 (patch)
treec9b55488e82b1a74312ebe0353b85268c1864af9 /src/xterm.h
parent6cee54cdde882b87923c20657079199e778d26b1 (diff)
downloademacs-156674e0ed0af6283dc085986a3ab232d187d579.tar.gz
(x_display): New field win_gravity.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
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. */