Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk color_dlg.c color_utils.c colors.c color

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:51 -0500 (CDT)
oabad       2002/09/23 14:09:51 CDT

  Modified files:
    gtk                  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.18      +15 -11    ethereal/gtk/color_dlg.c
  1.4       +2 -2      ethereal/gtk/color_utils.c
  1.25      +6 -5      ethereal/gtk/colors.c
  1.10      +3 -17     ethereal/gtk/colors.h
  1.264     +5 -5      ethereal/gtk/main.c
  1.2       +16 -4     ethereal/gtk/packet_list.c