Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c packet_win.c proto_draw.c proto_d

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 31 Mar 2002 17:11:05 -0600 (CST)
guy         2002/03/31 17:11:05 CST

  Modified files:
    gtk                  main.c packet_win.c proto_draw.c 
                         proto_draw.h 
  Log:
  Get rid of unused arguments.
  
  Use the "nb" argument to "redraw_hex_dump()", so we redraw the specified
  byte view pane, rather than always redrawing the main window's byte view
  pane (and never redrawing the byte view pane of additional packet
  windows, so that the font for them doesn't change if you change the font
  preference).
  
  Revision  Changes    Path
  1.244     +3 -4      ethereal/gtk/main.c
  1.36      +3 -4      ethereal/gtk/packet_win.c
  1.49      +6 -6      ethereal/gtk/proto_draw.c
  1.17      +3 -3      ethereal/gtk/proto_draw.h