Difference for x11/xutil.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 char *rcsid_x11_xutil_c =  char *rcsid_x11_xutil_c =
     "$Id: xutil.c,v 1.22 2006/01/31 14:22:28 cavesomething Exp $";      "$Id: xutil.c,v 1.23 2006/02/16 22:32:47 akirschbaum Exp $";
 /*  /*
     Crossfire client, a client program for the crossfire program.      Crossfire client, a client program for the crossfire program.
   
Line 434
 
Line 434
 }  }
   
 /* This code is common to both x11 and gdk client */  /* This code is common to both x11 and gdk client */
 static void init_default_keybindings()  static void init_default_keybindings(void)
 {  {
   char buf[MAX_BUF];    char buf[MAX_BUF];
   int i;    int i;
Line 451
 
Line 451
  */   */
 /* This function is common to both x11 and gdk client */  /* This function is common to both x11 and gdk client */
   
 void init_keys()  void init_keys(void)
 {  {
     int i, line=0;      int i, line=0;
     FILE *fp;      FILE *fp;
Line 939
 
Line 939
     save_individual_key(fp, key->next, kc);      save_individual_key(fp, key->next, kc);
 }  }
   
 static void save_keys()  static void save_keys(void)
 {  {
     char buf[MAX_BUF], buf2[MAX_BUF];      char buf[MAX_BUF], buf2[MAX_BUF];
     int i;      int i;
Line 1048
 
Line 1048
   return;    return;
 }  }
   
 static void unbind_usage()  static void unbind_usage(void)
 {  {
     draw_info("Usage: unbind <entry_number> or",NDI_BLACK);      draw_info("Usage: unbind <entry_number> or",NDI_BLACK);
     draw_info("Usage: unbind [-a] [-g] to show existing bindings", NDI_BLACK);      draw_info("Usage: unbind [-a] [-g] to show existing bindings", NDI_BLACK);


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

File made using version 1.96 of cvs2html by leaf at 2006-02-16 21:08