changeset 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 e0ea7a9dd20b
children 2d3d5bf49d4e
files src/w32console.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;