* xdisp.c (update_window_cursor): Now static, since it's not used elsewhere.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
|
||||
(produce_glyphless_glyph): Make a pointer "const"
|
||||
since it might point to immutable storage.
|
||||
(update_window_cursor): Now static, since it's not used elsewhere.
|
||||
|
||||
2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
|
||||
|
||||
|
||||
@@ -23789,7 +23789,7 @@ display_and_set_cursor (struct window *w, int on,
|
||||
/* Switch the display of W's cursor on or off, according to the value
|
||||
of ON. */
|
||||
|
||||
void
|
||||
static void
|
||||
update_window_cursor (struct window *w, int on)
|
||||
{
|
||||
/* Don't update cursor in windows whose frame is in the process
|
||||
|
||||
Reference in New Issue
Block a user