diff options
| author | Kim F. Storm | 2002-08-30 13:22:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-08-30 13:22:12 +0000 |
| commit | 6b3acc48d7dc868d433934265466358e3919f04f (patch) | |
| tree | ed38f32487ca142eac67b1475a9276d3f0fc6397 /src | |
| parent | 4baaed0f99d1d5f8a22286f48d6fd059f14418c7 (diff) | |
| download | emacs-6b3acc48d7dc868d433934265466358e3919f04f.tar.gz emacs-6b3acc48d7dc868d433934265466358e3919f04f.zip | |
(struct w32_display_info) <x_highlight_frame>: Renamed from
w32_highlight_frame.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/w32term.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b15b68aa4f..77f8118a2f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -63,12 +63,15 @@ | |||
| 63 | (x_display_and_set_cursor): Use get_window_cursor_type. | 63 | (x_display_and_set_cursor): Use get_window_cursor_type. |
| 64 | Remove unused local variables cursor_off_state. | 64 | Remove unused local variables cursor_off_state. |
| 65 | Redraw cursor if hbar cursor width changes. | 65 | Redraw cursor if hbar cursor width changes. |
| 66 | 66 | Changed all occurrences of w32_highlight_frame to x_highlight_frame. | |
| 67 | |||
| 67 | * w32term.h (enum text_cursor_kinds): Removed. | 68 | * w32term.h (enum text_cursor_kinds): Removed. |
| 68 | (struct output_w32) <current_cursor, desired_cursor, cursor_width> | 69 | (struct output_w32) <current_cursor, desired_cursor, cursor_width> |
| 69 | <blink_off_cursor, blink_off_cursor_width>: Members removed. | 70 | <blink_off_cursor, blink_off_cursor_width>: Members removed. |
| 70 | (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR) | 71 | (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR) |
| 71 | (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed. | 72 | (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed. |
| 73 | (struct w32_display_info) <x_highlight_frame>: Renamed member from | ||
| 74 | w32_highlight_frame. | ||
| 72 | 75 | ||
| 73 | * xfns.c (Vblink_cursor_alist): Removed. | 76 | * xfns.c (Vblink_cursor_alist): Removed. |
| 74 | (Qbar, Qhbar, Qbox, Qhollow): Removed. | 77 | (Qbar, Qhbar, Qbox, Qhollow): Removed. |
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 | |||
| 227 | event). It points to the focus frame's selected window's | 227 | event). It points to the focus frame's selected window's |
| 228 | frame. It differs from w32_focus_frame when we're using a global | 228 | frame. It differs from w32_focus_frame when we're using a global |
| 229 | minibuffer. */ | 229 | minibuffer. */ |
| 230 | struct frame *w32_highlight_frame; | 230 | struct frame *x_highlight_frame; |
| 231 | 231 | ||
| 232 | /* Cache of images. */ | 232 | /* Cache of images. */ |
| 233 | struct image_cache *image_cache; | 233 | struct image_cache *image_cache; |