Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6b3acc48
Commit
6b3acc48
authored
Aug 30, 2002
by
Kim F. Storm
Browse files
(struct w32_display_info) <x_highlight_frame>: Renamed from
w32_highlight_frame.
parent
4baaed0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+4
-1
src/w32term.h
src/w32term.h
+1
-1
No files found.
src/ChangeLog
View file @
6b3acc48
...
...
@@ -63,12 +63,15 @@
(x_display_and_set_cursor): Use get_window_cursor_type.
Remove unused local variables cursor_off_state.
Redraw cursor if hbar cursor width changes.
Changed all occurrences of w32_highlight_frame to x_highlight_frame.
* w32term.h (enum text_cursor_kinds): Removed.
(struct output_w32) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
(struct w32_display_info) <x_highlight_frame>: Renamed member from
w32_highlight_frame.
* xfns.c (Vblink_cursor_alist): Removed.
(Qbar, Qhbar, Qbox, Qhollow): Removed.
...
...
src/w32term.h
View file @
6b3acc48
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment