(glyph_to_pixel_coords): Change first parameter to
authorJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:41:35 +0000 (21:41 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 30 May 2000 21:41:35 +0000 (21:41 +0000)
window pointer to be consistent with w32term.c and xterm.c.

src/w32console.c

index ac33abd..b0746e9 100644 (file)
@@ -765,7 +765,7 @@ pixel_to_glyph_coords (struct frame * f, int pix_x, int pix_y, int *x, int *y,
 }
 
 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;