# HG changeset patch # User Kim F. Storm # Date 1030713636 0 # Node ID facc9fbc1777fbc52cea27eec70f2f32f606cfed # Parent be0335657440318d63db11aeab86f9e467088fec (struct w32_display_info) : Renamed from w32_highlight_frame. diff -r be0335657440 -r facc9fbc1777 src/w32term.h --- 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;