diff src/w32console.c @ 29316:119787818dff

(glyph_to_pixel_coords): Change first parameter to window pointer to be consistent with w32term.c and xterm.c.
author Jason Rumney <jasonr@gnu.org>
date Tue, 30 May 2000 21:41:35 +0000
parents 1857b9695885
children b6b7264277b5
line wrap: on
line diff
--- 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;