summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gramiak <agrambot@gmail.com>2019-04-16 11:14:06 -0600
committerAlexander Gramiak <agrambot@gmail.com>2019-04-16 11:14:06 -0600
commita1bcd167f92c4e2ec89c9c7208b87f7878b14f48 (patch)
tree17f78e5f9cdc946361a207016a50ab831a427505
parentd2df8262387e93d45b8a3f3784c9b9f82836d4fe (diff)
downloademacs-a1bcd167f92c4e2ec89c9c7208b87f7878b14f48.tar.gz
fixup! Rename non-X x_* identifiers
-rw-r--r--src/nsterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h
index 55b06ddb296..fc904b4ea07 100644
--- a/src/nsterm.h
+++ b/src/nsterm.h
@@ -881,7 +881,7 @@ struct ns_display_info
mouse-face. */
Mouse_HLInfo mouse_highlight;
- struct frame *ns_highlight_frame;
+ struct frame *x_highlight_frame;
struct frame *ns_focus_frame;
/* The frame where the mouse was last time we reported a mouse event. */