# HG changeset patch # User Jason Rumney # Date 959722895 0 # Node ID 119787818dff231ab871b9ff156d45e9a62d343c # Parent e0ea7a9dd20bff502ab2e8118e1bfe1c35f6c7c5 (glyph_to_pixel_coords): Change first parameter to window pointer to be consistent with w32term.c and xterm.c. diff -r e0ea7a9dd20b -r 119787818dff src/w32console.c --- a/src/w32console.c Tue May 30 21:38:23 2000 +0000 +++ b/src/w32console.c Tue May 30 21:41:35 2000 +0000 @@ -765,7 +765,7 @@ } void -glyph_to_pixel_coords (struct frame * f, int x, int y, int *pix_x, int *pix_y) +glyph_to_pixel_coords (struct window * f, int x, int y, int *pix_x, int *pix_y) { *pix_x = x; *pix_y = y;