Difference for crossedit/png.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_png_c =   * static char *rcsid_png_c =
  *   "$Id: png.c,v 1.8 2005/07/16 21:10:37 akirschbaum Exp $";   *   "$Id: png.c,v 1.9 2005/08/30 22:15:25 akirschbaum Exp $";
  */   */
 /*  /*
     Crossfire client, a client program for the crossfire program.      Crossfire client, a client program for the crossfire program.
Line 439
 
Line 439
  }   }
     }      }
   
     XPutImage(display, *pix, gc, ximage, 0, 0, 0, 0, 32, 32);      XPutImage(display, *pix, gc, ximage, 0, 0, 0, 0, *width, *height);
     if (has_alpha)      if (has_alpha)
  XFreeGC(display, gc_alpha);   XFreeGC(display, gc_alpha);
     XFreeGC(display, gc);      XFreeGC(display, gc);


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:51