aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-12 08:15:31 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-12 08:15:31 +0000
commitc80a7fd1d5b91dac9c7522a4afc11a8cccbf3ca6 (patch)
tree94490b243a604787f21c0244a7baef7774a3b364 /file.h
parent80de78aaaddbc25ba810d09f19ffa150bdb53626 (diff)
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. svn path=/trunk/; revision=1621
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.h b/file.h
index fdc9538478..e269f77899 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.63 2000/01/24 19:27:38 guy Exp $
+ * $Id: file.h,v 1.64 2000/02/12 08:15:20 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -45,7 +45,7 @@
#endif
#ifndef __COLORS_H__
-#include "colors.h"
+#include "gtk/colors.h" /* XXX */
#endif
#ifndef __PRINT_H__