aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-03-25 22:52:45 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-03-25 22:52:45 +0000
commit008d4b81067862dee3cfe71180688cfc66f81230 (patch)
treed5a082165e508052d0817ea4685d59c8ea2641a6 /color_filters.h
parentd46de2e0def09ecdb0a41f06f956c22e54d75f97 (diff)
code cleanup: the term filter_list was used with different meanings throughout the code, and the filter_list of the color_filters is "global".
use appropriate prefixes to avoid confusion and bugs svn path=/trunk/; revision=13905
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/color_filters.h b/color_filters.h
index c851c2dc29..214beccdfc 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -41,7 +41,7 @@ typedef struct _color_filter {
} color_filter_t;
/* List of all color filters. */
-extern GSList *filter_list;
+extern GSList *color_filter_list;
extern GSList *removed_filter_list;
/** Init the color filters. */