aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-17 09:41:15 +0000
committerRichard M. Stallman1994-04-17 09:41:15 +0000
commit379564d6f84811434f4f1850696bc37058ae0c7e (patch)
tree8f59bb3c128e2cc1ff72e7e9585f817d6922d36d /src
parent1c90c3813f6da2b503fd6d8e6543c6dbc67a6c0c (diff)
downloademacs-379564d6f84811434f4f1850696bc37058ae0c7e.tar.gz
emacs-379564d6f84811434f4f1850696bc37058ae0c7e.zip
(x_display): New field win_gravity.
Diffstat (limited to 'src')
-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
379 struct face **computed_faces; 379 struct face **computed_faces;
380 int n_computed_faces; /* How many are valid */ 380 int n_computed_faces; /* How many are valid */
381 int size_computed_faces; /* How many are allocated */ 381 int size_computed_faces; /* How many are allocated */
382
383 /* This is the gravity value for the specified window position. */
384 int win_gravity;
382}; 385};
383 386
384/* Get at the computed faces of an X window frame. */ 387/* Get at the computed faces of an X window frame. */