summaryrefslogtreecommitdiff
path: root/src/w32term.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-08-30 13:22:12 +0000
committerKim F. Storm <storm@cua.dk>2002-08-30 13:22:12 +0000
commit6b3acc48d7dc868d433934265466358e3919f04f (patch)
treeed38f32487ca142eac67b1475a9276d3f0fc6397 /src/w32term.h
parent4baaed0f99d1d5f8a22286f48d6fd059f14418c7 (diff)
downloademacs-6b3acc48d7dc868d433934265466358e3919f04f.tar.gz
(struct w32_display_info) <x_highlight_frame>: Renamed from
w32_highlight_frame.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.h b/src/w32term.h
index a2620ecff5b..5b0c5401c25 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -227,7 +227,7 @@ struct w32_display_info
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;