emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/x_emacs a1bcd16: fixup! Rename non-X x_* identifie


From: Alexander Gramiak
Subject: [Emacs-diffs] scratch/x_emacs a1bcd16: fixup! Rename non-X x_* identifiers
Date: Tue, 16 Apr 2019 13:14:23 -0400 (EDT)

branch: scratch/x_emacs
commit a1bcd167f92c4e2ec89c9c7208b87f7878b14f48
Author: Alexander Gramiak <address@hidden>
Commit: Alexander Gramiak <address@hidden>

    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 55b06dd..fc904b4 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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]