Difference for socket/init.c from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: init.c,v 1.21 2001/11/17 21:25:21 michtoen Exp $";   *    "$Id: init.c,v 1.22 2001/12/03 07:51:46 mwedel Exp $";
  */   */
   
 /*  /*
Line 57
 
Line 57
 Socket_Info socket_info;  Socket_Info socket_info;
 NewSocket *init_sockets;  NewSocket *init_sockets;
 FaceInfo faces[MAXFACENUM];  FaceInfo faces[MAXFACENUM];
 static char *face_types[FACE_TYPES] = {"xbm", "xpm", "png"};  static char *face_types[FACE_TYPES] = {"png"};
   
   
 /* read_client_images loads all the iamge types into memory.  /* read_client_images loads all the iamge types into memory.
Line 195
 
Line 195
     LOG(llevDebug, "Socket buffer size now %d bytes\n", oldbufsize);      LOG(llevDebug, "Socket buffer size now %d bytes\n", oldbufsize);
 #endif  #endif
   
     ns->facemode = Send_Face_Pixmap;      ns->facemode = Send_Face_Png;
     ns->facecache = 0;      ns->facecache = 0;
     ns->sound = 0;      ns->sound = 0;
     ns->ext2 = 0;      ns->ext2 = 0;


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

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