diff options
author | Yuuki Harano <masm+github@masm11.me> | 2021-06-13 17:34:06 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2021-06-13 17:34:06 +0900 |
commit | 7d5e94bada09e642a8bfc4f66804f7948bad40bc (patch) | |
tree | 38629672102b31bb38a855f24d4dd009e212c10d /src/frame.h | |
parent | 7673b6b9eb0af3add73e1614a466f142092b00aa (diff) | |
parent | dc471feee3bcac872cc52cdc73282955cd2d219d (diff) | |
download | emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.tar.gz emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.tar.bz2 emacs-7d5e94bada09e642a8bfc4f66804f7948bad40bc.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h index b1ad525779c..d3ae548ed3b 100644 --- a/src/frame.h +++ b/src/frame.h @@ -462,6 +462,11 @@ struct frame in X builds only. */ bool_bf was_invisible : 1; + /* True when the frame isn't selected, and selecting it in the + future should select the mini-window rather than the currently + selected window in the frame, assuming there is still an active + minibuffer in that mini-window. */ + bool_bf select_mini_window_flag : 1; /* Bitfield area ends here. */ /* This frame's change stamp, set the last time window change |