Skip to content

Instantly share code, notes, and snippets.

@onlyshk
Created July 28, 2010 05:07
Show Gist options
  • Save onlyshk/493443 to your computer and use it in GitHub Desktop.
Save onlyshk/493443 to your computer and use it in GitHub Desktop.
int i = 0;
int j = 0;
for (i; i < nr + 1; i++)
{
gdk_cairo_set_source_pixbuf(cr, pixbuf, j, 0);
j += 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment