diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xterm.h | 3 |
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. */ |