summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2002-02-08 19:52:23 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2002-02-08 19:52:23 +0000
commit3ce4e21f09e86b2ee59b33243c34f481d7dc86df (patch)
treed8872e01a6ff34ea107f1f3f4267a1f0e9610f82 /gdk-pixbuf/pixops
parentac447dc59b351cc2e3e7960b00ed73b72050f7a2 (diff)
downloadgtk+-3ce4e21f09e86b2ee59b33243c34f481d7dc86df.tar.gz
Fix comment; PixopsInterpType -> GdkInterpType.
2002-02-08 Federico Mena Quintero <federico@ximian.com> * pixops/pixops.h: Fix comment; PixopsInterpType -> GdkInterpType.
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r--gdk-pixbuf/pixops/pixops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/pixops/pixops.h b/gdk-pixbuf/pixops/pixops.h
index d0cbfb82f0..15ffb32af9 100644
--- a/gdk-pixbuf/pixops/pixops.h
+++ b/gdk-pixbuf/pixops/pixops.h
@@ -5,7 +5,7 @@
-/* Interpolation modes; must match PixopsInterpType */
+/* Interpolation modes; must match GdkInterpType */
typedef enum {
PIXOPS_INTERP_NEAREST,
PIXOPS_INTERP_TILES,