diff options
author | Alexander Gramiak <agrambot@gmail.com> | 2019-04-17 07:39:25 -0600 |
---|---|---|
committer | Alexander Gramiak <agrambot@gmail.com> | 2019-04-26 16:55:39 -0600 |
commit | 02397678b1169849a098c42f625b31da1f79c48e (patch) | |
tree | e0ee276076b5c21738af76913455e23a4a3b29b7 /src/w32term.h | |
parent | 46cfe5cb1fe9cca5e2fa9f993320c46b1b564609 (diff) | |
download | emacs-02397678b1169849a098c42f625b31da1f79c48e.tar.gz |
Rename x_highlight_frame property to highlight_frame
* src/nsterm.h:
* src/nsterm.m:
* src/w32term.c:
* src/w32term.h:
* src/xdisp.c:
* src/xterm.c:
* src/xterm.h: Rename.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h index d5bb08dc675..de372d7e5d7 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -182,7 +182,7 @@ struct w32_display_info event). It points to the focus frame's selected window's frame. It differs from w32_focus_frame when we're using a global minibuffer. */ - struct frame *x_highlight_frame; + struct frame *highlight_frame; /* The frame waiting to be auto-raised in w32_read_socket. */ struct frame *w32_pending_autoraise_frame; |