mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
(x_draw_bar_cursor): Update parameter list in declaration.
This commit is contained in:
parent
00cb70dc36
commit
70fa9f1fa2
1 changed files with 2 additions and 1 deletions
|
|
@ -397,7 +397,8 @@ static void x_new_focus_frame P_ ((struct w32_display_info *,
|
|||
static void w32_frame_rehighlight P_ ((struct frame *));
|
||||
static void x_frame_rehighlight P_ ((struct w32_display_info *));
|
||||
static void x_draw_hollow_cursor P_ ((struct window *, struct glyph_row *));
|
||||
static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int));
|
||||
static void x_draw_bar_cursor P_ ((struct window *, struct glyph_row *, int,
|
||||
enum text_cursor_kinds));
|
||||
static void expose_frame P_ ((struct frame *, int, int, int, int));
|
||||
static int expose_window_tree P_ ((struct window *, RECT *));
|
||||
static int expose_window P_ ((struct window *, RECT *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue