aboutsummaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-18 21:27:11 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-18 21:27:11 +0000
commit710f08b09f234bc9c5ba74b8e1ec160ed1d4701d (patch)
treec6f6224c89bc8aceb0e8d17c0eb3a099d9972bb1 /color.h
parent7e212dd179f5e30a54b13efc11f0597b97f74e7c (diff)
From Richard Urwin a great enhancement to the color filter dialogue to
make it possible to import/export color filters svn path=/trunk/; revision=8188
Diffstat (limited to 'color.h')
-rw-r--r--color.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/color.h b/color.h
index 9eef8f8edd..cc71915cd0 100644
--- a/color.h
+++ b/color.h
@@ -1,7 +1,7 @@
/* color.h
* Definitions for "toolkit-independent" colors
*
- * $Id: color.h,v 1.3 2002/09/23 19:09:47 oabad Exp $
+ * $Id: color.h,v 1.4 2003/08/18 21:27:07 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -53,6 +53,7 @@ typedef struct _color_filter {
dfilter_t *c_colorfilter; /* compiled filter expression */
void *edit_dialog; /* if filter is being edited, dialog
* box for it */
+ gboolean marked; /* set if the filter is marked in the color dialog box */
} color_filter_t;
/* List of all color filters. */