]> err.no Git - mapper/commitdiff
Use correct type.
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Sep 2007 09:45:50 +0000 (12:45 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 3 Sep 2007 09:45:50 +0000 (12:45 +0300)
src/map.c

index 280347424380e0cee0bb515bd4b4a96e9f1bb8dc..cf070b6b4b2c4e0657862c25cd90d0b9520a2952 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -527,7 +527,7 @@ return FALSE;
  * Draw given pixbuf on map, centered on x,y
  */
 void
-map_draw_pixbuf(guint unitx, guint unity, GdkPixmap *p)
+map_draw_pixbuf(guint unitx, guint unity, GdkPixbuf *p)
 {
 gint x,y;
 x = unit2bufx(unitx);