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

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:39 -0600 (CST)
guy         2000/02/12 02:15:35 CST

  Modified files:
    gtk                  Makefile.am 
  Added files:
    gtk                  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.23      +3 -1      ethereal/gtk/Makefile.am