Fix comment; PixopsInterpType -> GdkInterpType.
2002-02-08 Federico Mena Quintero <federico@ximian.com> * pixops/pixops.h: Fix comment; PixopsInterpType -> GdkInterpType.
This commit is contained in:
committed by
Federico Mena Quintero
parent
ac447dc59b
commit
3ce4e21f09
@ -1,3 +1,7 @@
|
|||||||
|
2002-02-08 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* pixops/pixops.h: Fix comment; PixopsInterpType -> GdkInterpType.
|
||||||
|
|
||||||
2002-02-08 Darin Adler <darin@bentspoon.com>
|
2002-02-08 Darin Adler <darin@bentspoon.com>
|
||||||
|
|
||||||
* io-xbm.c: (next_int): Wean this from <ctype.h>.
|
* io-xbm.c: (next_int): Wean this from <ctype.h>.
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Interpolation modes; must match PixopsInterpType */
|
/* Interpolation modes; must match GdkInterpType */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
PIXOPS_INTERP_NEAREST,
|
PIXOPS_INTERP_NEAREST,
|
||||||
PIXOPS_INTERP_TILES,
|
PIXOPS_INTERP_TILES,
|
||||||
|
|||||||
Reference in New Issue
Block a user