Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk color_filters.c color_filters.h Makefile

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: Tue, 7 Jan 2003 19:59:44 -0600 (CST)
guy         2003/01/07 19:59:44 CST

  Modified files:
    gtk                  Makefile.am Makefile.nmake color_dlg.c 
                         colors.c colors.h main.c 
  Added files:
    gtk                  color_filters.c color_filters.h 
  Log:
  Separate the routines to allocate colors from the routines to handle
  color filters.
  
  Revision  Changes    Path
  1.51      +7 -3      ethereal/gtk/Makefile.am
  1.38      +3 -2      ethereal/gtk/Makefile.nmake
  1.22      +3 -1      ethereal/gtk/color_dlg.c
  1.27      +18 -221   ethereal/gtk/colors.c
  1.11      +3 -18     ethereal/gtk/colors.h
  1.280     +3 -1      ethereal/gtk/main.c