summaryrefslogtreecommitdiff
path: root/src/w32term.h
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-04-17 07:39:25 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-04-17 07:39:25 -0600
commit701b55b390a9e582b003735c046e88b284f7f839 (patch)
treec61348282511b877c45a1a666b8a55b1a682b578 /src/w32term.h
parenta1bcd167f92c4e2ec89c9c7208b87f7878b14f48 (diff)
downloademacs-701b55b390a9e582b003735c046e88b284f7f839.tar.gz
Rename x_highlight_frame property to highlight_frame
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h
index a0ba19014bc..a4cf26eb1b0 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;