diff src/w32term.h @ 47149:facc9fbc1777

(struct w32_display_info) <x_highlight_frame>: Renamed from w32_highlight_frame.
author Kim F. Storm <storm@cua.dk>
date Fri, 30 Aug 2002 13:20:36 +0000
parents ec27e2ead3e8
children fdaa0f133d3f
line wrap: on
line diff
--- a/src/w32term.h	Fri Aug 30 13:19:45 2002 +0000
+++ b/src/w32term.h	Fri Aug 30 13:20:36 2002 +0000
@@ -227,7 +227,7 @@
      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 *w32_highlight_frame;
+  struct frame *x_highlight_frame;
 
   /* Cache of images.  */
   struct image_cache *image_cache;