@@ -164,7 +164,7 @@ tilesource_open(Tilesource *tilesource, int level)
164164 "page" , level ,
165165 NULL );
166166 }
167- else if (vips_isprefix ("webp" , tilesource -> loader ) ||
167+ else if (vips_isprefix ("webp" , tilesource -> loader ) ||
168168 vips_isprefix ("gif" , tilesource -> loader ) ||
169169 vips_isprefix ("jxl" , tilesource -> loader )) {
170170 /* These formats have pages all the same size and support page and n.
@@ -210,7 +210,7 @@ tilesource_render_notify_idle(void *user_data)
210210}
211211
212212/* Come here from the vips_sink_screen() background thread when a tile has been
213- * calculated. This is a bbackground thread, so we add an idle callback
213+ * calculated. This is a background thread, so we add an idle callback
214214 * which will be run by the main thread when it next hits the mainloop.
215215 */
216216static void
@@ -783,7 +783,7 @@ tilesource_set_property(GObject *object,
783783 int i ;
784784 double d ;
785785 gboolean b ;
786- TilesourceMode mode ;
786+ TilesourceMode mode ;
787787
788788#ifdef DEBUG
789789 {
@@ -1228,9 +1228,9 @@ tilesource_print(Tilesource *tilesource)
12281228 printf ("\tpages_same_size = %d\n" , tilesource -> pages_same_size );
12291229 printf ("\tall_mono = %d\n" , tilesource -> all_mono );
12301230 printf ("\ttype = %s\n" ,
1231- vips_enum_nick (TYPE_SOURCE_TYPE , tilesource -> type ));
1231+ vips_enum_nick (TYPE_TYPE , tilesource -> type ));
12321232 printf ("\tmode = %s\n" ,
1233- vips_enum_nick (TYPE_SOURCE_MODE , tilesource -> mode ));
1233+ vips_enum_nick (TYPE_MODE , tilesource -> mode ));
12341234 printf ("\tdelay = %p\n" , tilesource -> delay );
12351235 printf ("\tn_delay = %d\n" , tilesource -> n_delay );
12361236 printf ("\tdisplay_width = %d\n" , tilesource -> display_width );
0 commit comments