X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fglut%2Fmain.c;h=79833d9c23d8c5687efa4a9d29fe1e94db39845a;hp=0e766bdc6860ebe0eeb52aa7606bb33a9b6bc255;hb=7705fa326336feba1a66d5a6ca8a7c27771e4c5f;hpb=09e214b94e007964189222cca1e655f3aaefaf90 diff --git a/src/glut/main.c b/src/glut/main.c index 0e766bd..79833d9 100644 --- a/src/glut/main.c +++ b/src/glut/main.c @@ -73,7 +73,7 @@ static cgm_quat rot = {0, 0, 0, 1}; int main(int argc, char **argv) { glutInit(&argc, argv); - glutInitWindowSize(800, 600); + glutInitWindowSize(1280, 960); glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE); glutCreateWindow("Mindlapse"); @@ -232,6 +232,8 @@ void blit_frame(void *pixels, int vsync) prev_vsync = vsync; } + demo_post_draw(pixels); + for(i=0; i