changeset 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 be0335657440
children ba45fd15532b
files src/w32term.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;