Skip to content

Commit

Permalink
tiles interp
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Feb 21, 2010
1 parent 680c227 commit 90ee680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapz.vala
Expand Up @@ -90,7 +90,7 @@ class ShotCanvas : Gtk.DrawingArea {

//stdout.printf("w %d h %d\n", width, height);
pixbuf_scaled = pixbuf.scale_simple(width, height,
Gdk.InterpType.BILINEAR);
Gdk.InterpType.TILES);
}

private bool draw(Gdk.EventExpose expose) {
Expand Down

0 comments on commit 90ee680

Please sign in to comment.