Difference for main/newmenu.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 19
 
Line 19
  * Routines for menus.   * Routines for menus.
  *    *
  * $Log$   * $Log$
    * Revision 1.3  1999/09/17 08:09:01  donut
    * moved gr_update in newmenu_listbox1 out of draw loop for faster drawing
    *
  * Revision 1.2  1999/08/05 22:53:41  sekmu   * Revision 1.2  1999/08/05 22:53:41  sekmu
  *   *
  * D3D patch(es) from ADB   * D3D patch(es) from ADB
Line 2154
 
Line 2157
  gr_get_string_size(items[i], &w, &h, &aw  );   gr_get_string_size(items[i], &w, &h, &aw  );
  gr_rect( wx, y-1, wx+width-1, y+11 );   gr_rect( wx, y-1, wx+width-1, y+11 );
  gr_string( wx+5, y, items[i]  );   gr_string( wx+5, y, items[i]  );
    }
    }
                                         //added on 9/13/98 by adb to make update-needing arch's work                                          //added on 9/13/98 by adb to make update-needing arch's work
                                         gr_update();                                          gr_update();
                                         //end addition - adb                                          //end addition - adb
  }  
  }   
  } else if ( citem != ocitem ) {   } else if ( citem != ocitem ) {
  int w, h, aw, y;   int w, h, aw, y;
   

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3