Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal color.h file.c ui_util.h

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

  Modified files:
    .                    color.h file.c ui_util.h 
  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       +20 -1     ethereal/color.h
  1.291     +3 -19     ethereal/file.c
  1.12      +1 -1      ethereal/ui_util.h