comparison src/projectm-1.0/video_init.cxx @ 3044:c733dd93af62

Queued projectm fixes.
author William Pitcock <nenolod@atheme.org>
date Thu, 16 Apr 2009 16:53:23 -0500
parents 9bdb5aba5e00
children
comparison
equal deleted inserted replaced
3043:8a7364b4c957 3044:c733dd93af62
53 return; 53 return;
54 } 54 }
55 55
56 // printf("Screen Resolution: %d x %d\n", info->current_w, info->current_h); 56 // printf("Screen Resolution: %d x %d\n", info->current_w, info->current_h);
57 // XXX 57 // XXX
58 *fvw = w; 58 // *fvw = w;
59 *fvh = h; 59 // *fvh = h;
60 bpp = info->vfmt->BitsPerPixel; 60 bpp = info->vfmt->BitsPerPixel;
61 //SDL_GL_SetAttribute( SDL_GL_RED_SIZE, 8 ); 61 //SDL_GL_SetAttribute( SDL_GL_RED_SIZE, 8 );
62 //SDL_GL_SetAttribute( SDL_GL_GREEN_SIZE, 8 ); 62 //SDL_GL_SetAttribute( SDL_GL_GREEN_SIZE, 8 );
63 //SDL_GL_SetAttribute( SDL_GL_BLUE_SIZE, 8 ); 63 //SDL_GL_SetAttribute( SDL_GL_BLUE_SIZE, 8 );
64 64