From a1bcd167f92c4e2ec89c9c7208b87f7878b14f48 Mon Sep 17 00:00:00 2001 From: Alexander Gramiak Date: Tue, 16 Apr 2019 11:14:06 -0600 Subject: fixup! Rename non-X x_* identifiers --- src/nsterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.1