~noskcaj/ubuntu/trusty/tiff/tiff

« back to all changes in this revision

Viewing changes to tools/tiffgt.c

  • Committer: Jackson Doak
  • Date: 2013-10-24 08:39:10 UTC
  • mfrom: (15.1.24 sid)
  • Revision ID: noskcaj@ubuntu.com-20131024083910-k941jevmdfrwmosu
Merge from debian. Remaining changes: debian/control: Have libtiff5-dev Provide libtiff-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
raster_draw(void)
288
288
{
289
289
  glDrawPixels(img.width, img.height, GL_RGBA, GL_UNSIGNED_BYTE, (const GLvoid *) raster);
290
 
  glFlush();
291
290
}
292
291
 
293
292
static void