Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 color_dlg.c color_utils.c colors.c colo

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Sep 2002 14:09:53 -0500 (CDT)
oabad       2002/09/23 14:09:53 CDT

  Modified files:
    gtk2                 color_dlg.c color_utils.c colors.c 
                         colors.h main.c packet_list.c 
  Log:
  Change to color filters :
  - moved color_filter_t in color.h
  - change color_filter_t to use color_t instead of GdkColor
  
  This changed allowed to remove the last gtk includes in file.c. It is
  now completely free of any gtk related code.
  
  Revision  Changes    Path
  1.3       +16 -12    ethereal/gtk2/color_dlg.c
  1.3       +2 -2      ethereal/gtk2/color_utils.c
  1.3       +6 -5      ethereal/gtk2/colors.c
  1.3       +3 -17     ethereal/gtk2/colors.h
  1.12      +5 -5      ethereal/gtk2/main.c
  1.2       +15 -3     ethereal/gtk2/packet_list.c