advance_dest is a boolean
svn path=/trunk/; revision=22955
This commit is contained in:
@ -57,7 +57,7 @@ subsample_region (PixelRegion *srcPR,
|
|||||||
gint i, j;
|
gint i, j;
|
||||||
gint b;
|
gint b;
|
||||||
gint frac;
|
gint frac;
|
||||||
gint advance_dest;
|
gboolean advance_dest;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
g_printerr ("subsample_region: (%d x %d) -> (%d x %d)\n",
|
g_printerr ("subsample_region: (%d x %d) -> (%d x %d)\n",
|
||||||
@ -261,7 +261,7 @@ subsample_indexed_region (PixelRegion *srcPR,
|
|||||||
gint i, j;
|
gint i, j;
|
||||||
gint b;
|
gint b;
|
||||||
gint frac;
|
gint frac;
|
||||||
gint advance_dest;
|
gboolean advance_dest;
|
||||||
|
|
||||||
g_return_if_fail (cmap != NULL);
|
g_return_if_fail (cmap != NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user