Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am file.h colors.c colors.h

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 12 Feb 2000 02:15:25 -0600 (CST)
guy         2000/02/12 02:15:23 CST

  Modified files:
    .                    Makefile.am file.h 
  Removed files:
    .                    colors.c colors.h 
  Log:
  The color stuff is almost completely toolkit-dependent (this isn't just
  the color-selection and color-filter-editing GUI stuff; different
  toolkits, and different windows systems, have their own notions of color
  objects - they may have nothing in common other than the notion that
  colors have red, green, and blue values); move it all to the "gtk"
  subdirectory for now, and, as we discover stuff stuff that can be made
  platform-independent, drag it up to the top-level directory.
  
  Revision  Changes    Path
  1.165     +1 -3      ethereal/Makefile.am
  1.64      +2 -2      ethereal/file.h