-/* $Id: osdemo.c,v 1.8 2002/04/05 17:40:20 kschultz Exp $ */
+/* $Id: osdemo.c,v 1.9 2002/07/12 15:54:19 brianp Exp $ */
/*
* Demo of off-screen Mesa rendering
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "GL/osmesa.h"
#include "GL/glut.h"
}
+#ifdef SAVE_TARGA
static void
write_targa(const char *filename, const GLubyte *buffer, int width, int height)
}
}
+#else
static void
write_ppm(const char *filename, const GLubyte *buffer, int width, int height)
}
}
+#endif
+
int main( int argc, char *argv[] )